单项选择题
分别统计男女生人数正确的SELECT命令为()。
A.select count(*)from student where sex=’男’and sex=’女’B.select count(*)from student where sex=’男’or sex=’女’C.select count(*)from student order by sexD.select count(*)from student group by sex
单项选择题 在下列中()不是SQL Server索引的类型。
单项选择题 修改表ALTER TABLE命令的常用参数中,Add的作用()。
单项选择题 在SQL Server 2014常用系统表中,系统表名sysdatabases表示()。