Q. Which keyword is used to sort the result set in SQL?
β
Correct Answer: (C)
ORDER BY
Explanation: `ORDER BY` is used to sort query results in ascending or descending order.