單項選擇題分別統(tǒng)計男女生人數(shù)正確的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 sex
D.select count(*)from student group by sex


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在下列中()不是SQL Server索引的類型。

A.非聚集索引
B.聚集索引
C.即XML索引
D.XML索引

2.單項選擇題修改表ALTER TABLE命令的常用參數(shù)中,Add的作用()。

A.修改數(shù)據(jù)改變命令
B.向數(shù)據(jù)表中添加列
C.向數(shù)據(jù)中刪除列
D.刪除數(shù)據(jù)表中的字段

3.單項選擇題在SQL Server 2014常用系統(tǒng)表中,系統(tǒng)表名sysdatabases表示()。

A.記錄數(shù)據(jù)庫信息
B.記錄表、視圖和存儲過程信息
C.記錄系統(tǒng)錯誤和警告
D.記錄登錄賬戶信息