What is the purpose of the SQL GROUP BY clause?
Q1. What is the purpose of the SQL 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 aggregate functions to be applied to each group.