单项选择题

A.SELEC TMAX(pric)FROM sh_goods;
B.SELEC Tcategory_id FROM sh_goods GROUP BY category_id;
C.SELEC Tid,name FROM sh_goods;
D.以上选项全部正确