单项选择题

A.select avg(num)from wg;
B.select max(num)from wg;
C.select min(num)from wg;
D.select sum(num)from wg;