统计信息技术系学生总人数,所使用的语法命令为()
统计信息技术系学生总人数,所使用的语法命令为()
A.select *from student
B.select count(*) from student
C.select count(*) from student where depart=’信息技术系’
D.select count(*) from student where depart is’信息技术系’
正确答案:select count(*) from student where depart=’信息技术系’
Tag:SqlServer数据库原理与应用 信息技术 语法
时间:2023-12-26 10:57:44