Q. Which clause is used to "filter out unwanted Groups"?
β
Correct Answer: (A)
HAVING
Explanation: This question is about filtering data in SQL, specifically when you are working with groups of data (like using the GROUP BY clause).