Which SQL clause is used to sort the result set?
Question 1
Q1. Which SQL clause is used to sort the result set?
Answer: ORDER BY
Explanation: The ORDER BY clause sorts the result set in ascending or descending order based on one or more columns.