State whether the following statement is True or False:
In SQL, the HAVING clause is used to apply filter on groups formed by the GROUP BY clause.
True
Reason — The HAVING clause applies conditions to groups after data is grouped using the GROUP BY clause in SQL queries.