Home »
MCQs »
Transact-SQL (T-SQL) MCQs
In T-SQL if we use order-by clause then by default in which order the value is sorted?
14. In T-SQL if we use order-by clause then by default in which order the value is sorted?
- Ascending order
- Descending order
Answer: A) Ascending order
Explanation:
ORDER BY sorts the data in ascending order by default.