Multiple choice technology

Which SQL keyword is used to sort the result-set?

  1. ORDER

  2. SORT

  3. SORT BY

  4. ORDER BY

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

ORDER BY is the standard SQL clause used to sort query results. The 'ORDER' keyword alone is incomplete, 'SORT' and 'SORT BY' are not valid SQL syntax for sorting result sets.