Which clause in SQL is used to apply a condition on a group?
Having
Reason — The HAVING clause is used in SQL queries to place conditions on groups when using the GROUP BY clause.
HAVING
GROUP BY