红包求助:哪位大神能用SQL语句帮我做出这张卷子,可以加我微信
sql吧
全部回复
仅看楼主
level 2
汉龙香港
楼主
2018年11月05日 08点11分
1
level 3
tarzan_ren
1 select 姓名,性别,系别 from student;
2 select * from sc where 成绩 in ('88','70','79')
3 update course set 学分 ='4' where 课程号 like '%03'; commit;
4 select * from student where 年龄 >'18' order by 学号;
2018年11月09日 02点11分
4
1