What is the purpose of the SQL HAVING clause?
Q1. What is the purpose of the SQL HAVING clause?
Answer: To filter grouped data based on conditions
Explanation: The HAVING clause is used to filter grouped data based on conditions, typically used in conjunction with the GROUP BY clause.