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