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?

  1. Ascending order
  2. Descending order

Answer: A) Ascending order

Explanation:

ORDER BY sorts the data in ascending order by default.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.