假设有学生表tb_student,请问统计学生总人数,正确的语句是()
A. Select sum(*) from tb_student
B. Select count(*) from tb_student
C. Select count(学号) from tb_student
D. Select max(*) from tb_student
查看答案
请选取正确的集合运算的关键字()
A. union
B. intersect
C. except
D. all
下面选项中不能进行模糊查询的是( )。
A. OR
B. NOT IN
C. NOT Between
D. LIKE
查询中需要统计元组的个数时,使用()函数。
A. SUM(列名)
B. COUNT(*)
COUNT(列名)
D. AVG(列名)
在查询时,指定结果集中列的别名不能使用( )
A. 列as别名
B. 列别名
C. 别名=列
D. 别名列