现有书目表book,包含字段:价格price(float),类别type(char);现在查询各个
A. 的平均价格、类别名称,以下语句正确的是()。
B. selectavg(price),typefrombookgroupbytype
C. selectcount(price),typefrombookgroupbyprice
D. selectavg(price),typefrombookgroupbyprice
E. selectcount(price),typefrombookgroupbytype