成绩表 grade 中字段 score 代表分数,以下( )语句返回成绩表中的最低分。
A.select max(score) from grad
E.
B.select top 1 score from grade order by score as
BSelect min(score) from grad
Dselect top 1 score from grade order by score desc
相关试题
-
成绩表 grade 中字段 score 代表分数,以下( )语句返回成绩表中的最低分。 A.select max(score) from grad E. B.select top 1 score
-
成绩表grade中字段score代表分数,以下()语句返回成绩表中的最低分。
-
成绩表grade中字段score代表分数,以下()语句返回成绩表中的最低分。
-
rver中,数据库中有两张表student(stuid,stuname,stuage),score(stuid,subject,marks)。下面哪些查询可查找出参加过考试的学生姓名?( )【选三项
-
,包含字段:price (float);现在查询一条书价最高的书目的详细信息,以下语句正确的是( )。 A.select top 1 * from book order by price as C