单项选择题

查询学生表中的学生信息,按照姓名降序排列()。

A.select * from student order by named esc
B.select * from student order by name asc
C.select * from student group by named esc
D.select * from student group by name