Multiple choice technology programming languages Which of the following SQL clauses is used to sort a result set? ARRANGE ORDER BY SORT None Of The Above Reveal answer Fill a bubble to check yourself B Correct answer Explanation ORDER BY is the standard SQL clause used to sort query results in ascending or descending order. ARRANGE and SORT are not valid SQL clauses, making ORDER BY the correct choice for sorting result sets.