Multiple choice technology databases Which SQL keyword is used to sort the result-set? SORT BY SORT ORDER ORDER BY Reveal answer Fill a bubble to check yourself D Correct answer Explanation ORDER BY is the SQL clause used to sort query results in ascending (ASC) or descending (DESC) order based on one or more columns. Options like SORT BY or just ORDER/SORT are not valid SQL syntax.