摘要:
检索学习全部课程的学生 换言之,在表s中找学生,在c中不存在一门课程,这个学生没有学。 select sname from s where not exists /*c表中不存在一门课程*/ (select * from c where not exists /*该学生没有学*/ (select * from sc where sc.s#=s.s# and sc.c#=c.c#)) 阅读全文
posted @ 2013-05-18 19:34
big moutain
阅读(119)
评论(0)
推荐(0)

浙公网安备 33010602011771号