求做一道SQL語句題,問一道SQL語句的題目,請各位幫幫忙。

時間 2021-07-08 21:29:46

1樓:

2.update user set password='xyw97' where username='admin';

3.delete from user where usernmae='temp';

4.insert into user(username,password) values('newuser','newpwd');

第一個沒明白什麼意思

應該是查詢吧

1.select * from user where username='admin';

5.select * from uwer where usernmae='admin' and password='admin';

2樓:匿名使用者

select * from user where username='admin';

update user set password='xyw97' where username='admin';

delete from user where username='temp';

insert into user(username,password)

values(newuser,newpwd);

3樓:匿名使用者

select * from user where userid ='admin'

update user set pwd = 'xyw97' where userid = 'admin'

delete user where userid = 'temp'

insert into user (userid,pwd) values ('newuserid','newpwd')

4樓:粟駿

就這簡單,我不相信,你也許沒有把問題說明白

問一道sql語句的題目,請各位幫幫忙。

5樓:匿名使用者

select 課程號,開課自系 from 課程 where 任課教師='***';

select 學號,姓名 from 學生 where 所在系= '計算機系' and 性別='女' and 年齡>20;

select 姓名 from 學生 where 性別='女' and not exists (

select 課程號 from  課程 where 任課教師='劉老師');

select course.課程號,course.開課系 from 課程 course,學習 sc,學生 student where student.

學號=sc.學號 and course.課程號=sc.

課程號 and student.姓名='王樂';

select 學號,姓名 from (select s.學號,s.姓名,count(r.

課程號) num from 學生 s,學習 r where s.學號=r.學號 group by s.

學號,s.姓名) where num>=3;

6樓:匿名使用者

select 課程號,開課系 from 課程 where 任課老師='***';

select 學號,姓名 from 學生 where 年齡》20;

select 姓名

from 學生

where 性別='女回'

and not exists ( select '任課老師'

from  課程,學習

答where 學生.學號=學習.學號

and 課程.課程號=學習.課程號

and 任課老師='劉老師');

為了100分也不寫了,問題太多 樓主太懶

問一道英語題,問一道英語選擇題

這個問題並不像上面幾樓說的那麼簡單 先看一下loud的用法 形容詞 a.1.大聲的,響亮的 he has a loud voice.他的嗓門很大。2.喧噪的 舉止等 招搖的,炫耀的 joe is a loud,vulgar person.喬是乙個愛招搖的,庸俗的人。3.衣服顏色等 鮮豔的,花俏的 s...

問一道數學題 問一道數學題

親,是可以的。提問 這道題的括號三。要完整的過程,可以嗎。親,稍等下哈。提問。好的,寫完了可以拍照過來嗎。好的。提問。問一下大概要多久。稍等,正在寫。這首詩的蘊涵什麼數學道理?此詩寫廬山之景,側重又是寫登廬山之感,景與理結合得天衣無縫,讀者可以因景悟理,以理會景。作者首先寫廬山的千姿百態,蘇東坡的詞...

問一道excel的題目,問一道EXCEL題目

資料 篩選 自動篩選。點選 班組 右邊的三角,選擇 一組 點選 產量 右邊的三角,選擇 自定義 在對話方塊中選 大於或等於 輸入7000.單元格b22輸入 班組 c22輸入 產量 b23輸入 一組 c23輸入 7000 題目要求用高階篩選,先如上邊寫的把條件定義好,再去點高階篩選,先選擇 將篩選結果...