首页 试题详情
多选题

成绩表 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

正确答案:A (备注:此答案有误)

相似试题

  • 多选题

    成绩表grade字段score代表分数,以下()语句返回成绩表中的最低分。

    答案解析

  • 多选题

    成绩表 grade 字段 score 代表分数,以下( )语句返回成绩表中的最低分。A.select max(score) from gradE.B.select top 1 score from grade order by score as

    答案解析

  • 多选题

    学生成绩表 grade 字段 score(float),现在要把所有在 55 分至 60 之间的分数提高 5 分,以下 sql 语句正确的是( )。

    答案解析

  • 单选题

    成绩表grade)按成绩(point)升序排列,下列语句错误的是()

    答案解析

  • 多选题

    student表中有4个字段:StudentID,Class,CourseID,Score,以下关于distinct正确的用法是

    答案解析

热门题库