In T-SQL which keyword is used to sort the data in descending order?

15. In T-SQL which keyword is used to sort the data in descending order?

  1. DES
  2. DEC
  3. DESC
  4. DESCORDER

Answer: C) DESC

Explanation:

DESC is the keyword used in T-SQL to sort the data in descending order.

Comments and Discussions!

Load comments ↻






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