Multiple choice technology databases Which SQL keyword is used to sort the result-set? SORT SORT BY ORDER ORDER BY Reveal answer Fill a bubble to check yourself D Correct answer Explanation ORDER BY is the SQL clause for sorting result sets. SORT is not a valid SQL keyword - sorting requires the ORDER BY clause, optionally followed by ASC or DESC.