Multiple choice technology programming languages

Which of the following SQL clauses is used to sort a result set?

  1. ARRANGE

  2. ORDER BY

  3. SORT

  4. None Of The Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ORDER BY is the standard SQL clause used to sort query results in ascending or descending order. ARRANGE and SORT are not valid SQL clauses, making ORDER BY the correct choice for sorting result sets.