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分也不寫了,問題太多 樓主太懶
sql資料庫一道題, SQL 資料庫,一道題
1create table 學生 學號 char 9 not null primary key,姓名 varchar 20 not null,性別 char 2 check 性別 男 or 性別 女 年齡 int,專業 varchar 20 2update 課程 set 課程名 sql資料庫 whe...
問一道數學題?問一道數學題?
1 列二元一次方程組 設每名熟練工和新工人每月分別可以安裝x和y輛電動汽車,則x 2y 8 2x 3y 14 解得 x 4 y 2 或 列一元一次方程 設1個熟練工每月可做x個,則新工人每人每月可做 8 x 2,2x 3 8 x 2 14,解得x 4,則 8 x 2 2 2 設熟練工x 新工人y,則...
問大家一道數學題,問一道數學題。
代斐勞彭丹 其實這種題目是要結合韋達定理來做的 韋達定理,又稱根與係數的關係,說的是方程ax by c 0有兩個根x1,x2,那麼這兩個根的與係數的關係滿足x1 x2 b a,x1x2 c a,下面括號內為解釋 1 令y 0 這樣就和x軸相交 則x 2 m 3 x m 0 則x1 x2 m 3 因為...