Home »
MCQs »
Transact-SQL (T-SQL) MCQs
In T-SQL which keyword is used to sort the data in ascending order?
16. In T-SQL which keyword is used to sort the data in ascending order?
- AES
- AEC
- AESC
- ASC
Answer: D) ASC
Explanation:
ASC is the keyword used in T-SQL to sort the data in ascending order.