What is the purpose of the SQL ORDER BY clause?
Q1. What is the purpose of the SQL ORDER BY clause?
Answer: To sort data in ascending or descending order
Explanation: The ORDER BY clause is used to sort data in ascending or descending order, allowing you to control the order of the result set.