单项选择题

A.select * from wg.user where ID='1103';
B.show * from wg.user where ID='1103';
C.select from wg.user where ID='1103' and *;
D.select table wg.user where ID='1103';