单选题
使用SQL语句查询学生信息表tbl_student中的所有数据,并按学生学号stu_id升序排列,正确的语句是______。
A、
SELECT * FROM tbl_student ORDER BY stu_id ASC;
B、
SELECT * FROM tbl_student ORDER BY stu_id DESC;
C、
SELECT * FROM tbl_student stu_id ORDER BY ASC;
D、
SELECT * FROM tbl_student stu_id ORDER BY DESC;
【正确答案】
A
【答案解析】
提交答案
关闭