查题网
高校
SQLServer
截止01-29,该科目累计收录道题目。
返回课程列表
4[单选题] 成绩表grade中字段score代表分数,以下()语句返回成绩表中的最低分 A.select max(score) from grade B.select top 1 score from grade order by score asc C.Select min(score) from grade D.select top 1 score from grade order by score desc
查看答案
正确率:100%
2022-06-25 02:15:01
6[多选题] 成绩表grade中字段score代表分数,以下()语句返回成绩表中的最低分。 A.select max(score) from grade B.select top 1 score from grade order by score asc C.Select min(score) from grade D.select top 1 score from grade order by score desc
查看答案
正确率:100%
2022-06-25 02:15:01
7[多选题] 关于主键,以下()说法是错误的。 A.主键可以用来确保表中不存在重复的数据行。 B.一个表必须有一个主键。 C.一个表只能有一个主键。 D.只能对整数型列设置主键
查看答案
正确率:100%
2022-06-25 02:15:01
9[多选题] 若要删除book表中所有数据,以下语句错误的是 A.truncate table book B.delete * from book C.drop table book D.delete from book
查看答案
正确率:100%
2022-06-25 02:15:01
首页
上一页
...
15
16
17
18
19
(current)
下一页
尾页