下面关于 GROUP BY 的用法正确的是?(多选)
A.select sum(score) from student group by id; B.select id, score from student group by id,score; C.select id, score from student group by id; D.select id, sum(score) from student group by id;正确答案AD
下面关于 GROUP BY 的用法正确的是?(多选)
A.select sum(score) from student group by id; B.select id, score from student group by id,score; C.select id, score from student group by id; D.select id, sum(score) from student group by id;正确答案AD