单项选择题

A.select count from TEST;
B.select cnt from TEST;
C.select count(*)from TEST;
D.select cnt(*)from TEST;