单项选择题
在SQL Server 2005数据库系统中,管理员想查询test表中的所有记录,并按表的T_id字段升序排列,下列查询语句能实现这一功能的是()
A select * from test order by T_id descB. select * from test order by T_id asc
C. select * from test order by T_id Values
D. select * from test order by asc
点击查看答案&解析
