第6题: [单项选择]In the International Code of signals,a group of three letters indicates(). A. urgency or an emergency B. the vessel's national identity signal C. a group from the general signal code D. a group from the medical signal code 参考答案:D
第24题: [单项选择]在“学生-选课-课程”数据库中如下三个关系:
S(S#,SNAME,SEX,AGE),
SC(S#,C#,GRADE),
C(C#,CNAME,TEACHER)
则查找学生号为“20040901”的学生的“计算机”课程的成绩,至少将使用关系( )。
A. S和SC B. SC和C C. S和C D. S、SC和C 参考答案:B 答案解析:在若干个表中进行查询时,根据所需要查出的屑性来确定查询的表的范围。注意:在C表中找课程的C#,然后在sc表中找到grade,故B)选项正确;而D)选项的s表示多余的。