Multiple choice technology programming languages

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

  1. ORDER BY

  2. ORDER

  3. SORT

  4. Distinct

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

ORDER BY is the SQL clause used to sort result sets in ascending or descending order. 'ORDER', 'SORT', and 'Distinct' are not valid sorting keywords in SQL.