What is the purpose of the ORDER BY clause in SQL?
Q1. What is the purpose of the ORDER BY clause in SQL?
Answer: To sort data
Explanation: The ORDER BY clause sorts data in ascending or descending order, based on one or more columns, allowing data to be presented in a specific order.