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