Which SQL clause is used to filter grouped data?
Q1. Which SQL clause is used to filter grouped data?
Answer: HAVING
Explanation: The HAVING clause is used to filter grouped data, typically used in conjunction with the GROUP BY clause and aggregate functions.