【单选题】
在Access数据库中,查询学生成绩scroe表中,数学成绩math字段从高到低排前三名学生的所有记录,以下正确的语句是()。
A、SELECT TOP3 FROM scroe ORDER BY math ASC
B、SELECT TOP3 FROM scroe ORDER BY math DESC
C、SELECT TOP3*FROM scroe ORDER BY math DESC
D、SELECT TOP3*FROM scroe ORDER BY math ASC