What is the purpose of the GROUP BY clause?
Q1. What is the purpose of the GROUP BY clause?
Answer: To group data based on one or more columns
Explanation: The GROUP BY clause groups data based on one or more columns, allowing for aggregation and analysis.