手机扫码访问

导航
您当前的位置:首页 > 网课类 > 计算机
问题:

答案窝,daanwo.com
[单选题]"设有三个表,即学生表S,课程表C,学生选课表SC。它们的结构如下: S(S#,SN,SEX,AGE,DEPT) C(C#,CN) SC(S#,C#,GRADE) 检索选修课程“C2”的学生中成绩最高的学生的学号()BwP答案窝(daanwo.com)-大学作业答案分享平台
Aselect s# from sc where c#=”C2” and grade>=(select grade from sc where c#=”C2”) ;BwP答案窝(daanwo.com)-大学作业答案分享平台
Bselect s# from sc where c#=”C2” and grade in (select grade from sc where c#=”C2”) ;BwP答案窝(daanwo.com)-大学作业答案分享平台
Cselect s# from sc where c#=”C2” and grade not in (select grade from sc where c#=”C2”) ;BwP答案窝(daanwo.com)-大学作业答案分享平台
Dselect s# from sc where c#=”C2” and grade >=all (select grade from sc where c#=”C2”) ;
答案窝,daanwo.com
答案解析:

您可能感兴趣的问题
相关问题
关于我们 | 用户指南 | 版权声明 | 给我留言 | 联系我们 | 积分商城 | 答案求助 | 网站地图
Copyright © 2020 www.daanwo.com All Rights Reserved