下列语句中正确的是()表score(sti_id,names,math,English,VB)
A:selectstu_id,sum(math)froms core
B:selectsum(math),avg(VB)from score
C:select*,sum(english)from score
D:delete * from score
出自:计算机科学