http://wenku.baidu.com/view/5897f82bcfc789eb172dc89c.html的第64题???
我没办法咯
谢谢那个给个准确答案

解决方案 »

  1.   

    擦 提问这么不专业?链接也不专业?
     你先把那个下载下来,再copy过来, 你看都没人回你贴。
      

  2.   


    select * from 学生表
    where 学号!='105' and 
    exists(select 课程号  from 成绩表 where 学号='105' except select 课程号 where 学号=学生表.学号 )
      

  3.   

    上面的错了,是select * from 学生表
    where not exists(select 课程号  from 成绩表 where 学号='105' except select 课程号 where 学号=学生表.学号 )