CBSE Class 12 Informatics Practices Question 8 of 44

Solved 2025 Sample Question Paper CBSE Class 12 Informatics Practices (065) — Question 8

Back to all questions
8
Question

Question 8

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.

Answer

True

Reason — The HAVING clause applies conditions to groups after data is grouped using the GROUP BY clause in SQL queries.