单项选择题
查询student表中记录数可以使用如下语句()
A.select count()from student
B.select count(*)from student
C.select columns()from student
D.select columns(*)from student
点击查看答案&解析
相关考题
-
单项选择题
以下哪个SQL函数可以完成对数字的四舍五入()。
A.floor
B.ceiling
C.round
D.truncate -
单项选择题
关系型数据库的完整性约束条件有()。
A.主键约束
B.非空约束
C.唯一约束
D.以上都是