单项选择题

实现查询学生表STUDENT信息,并按照出生日期倒序排列的SQL语句为()

A.select *from student sort by Birthday
B.select *from student order by Birthday
C.select *from student order by Birthday Desc
D.select *from student sort by Birthday Desc