已知表T1含有字段ID,CourseID和Score,且数据为 则语句”select id,sum(score) from T1 group by ID”执行结果为()
A:A
B:B
C:C
D:D
出自:计算机科学