请在 下方输入 要搜索的题目:

在学生选课数据库中有学生表student(sno,sname,ssex,sage,sdept),课程表course(cno,cname)及学生选课表sc(sno,cno,grade),其中sno是学号,sname是姓名,ssex是性别,sage是年龄,sdept是系别,cno是课程号,cname是课程名,grade是成绩。以下( )SQL语句可以实现查询“CS”系并且年龄超过20岁的学生姓名。
选项:

A:select sname from student where sdept=’CS‘exceptselect sname from student where sage<=20;
B:select sname from student where sdept=’CS‘intersectselect sname from student where sage>20;
C:select sname from student where sdept=’CS‘ and sage>20;
D:select sname from student where sdept=’CS‘unionselect sname from student where sage>20

发布时间:2024-05-07 19:29:30
推荐参考答案 ( 由 搜题小帮手 官方老师解答 )
联系客服
答案:

以下文字与答案无关

提示:有些试题内容 显示不完整,文字错误 或者 答案显示错误等问题,这是由于我们在扫描录入过程中 机器识别错误导致,人工逐条矫正总有遗漏,所以恳请 广大网友理解。

相关试题
登录 - 搜题小帮手
点我刷新
立即注册
注册 - 搜题小帮手
点我刷新
立即登录