單項選擇題

例如數(shù)據(jù)庫中有A表,包括學生,學科,成績?nèi)齻€字段,數(shù)據(jù)庫結(jié)構為:

如何統(tǒng)計每個學科的最高分()

A.select學生,max(成績)from A group by學生;
B.select學生,max(成績)from A group by學科;
C.select學生,max(成績)from A order by學生;
D.select學生,max(成績)from A group by成績;

微信掃碼免費搜題