Multiple choice technology programming languages Which SQL keyword is used to sort the result-set? ORDER BY ORDER SORT 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.