Multiple choice technology databases

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

  1. Order By

  2. Sort

  3. Arrange

  4. All the above

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

ORDER BY is the standard SQL clause for sorting query results. Options B and C are not valid SQL clauses for sorting.