CBSE Class 12 Informatics Practices Question 38 of 90

Querying Using SQL — Question 16

Back to all questions
16
Question

Question 16

What is the meaning of "HAVING" clause in SELECT query ?

  1. To filter out the summary groups
  2. To filter out the column groups
  3. To filter out the row and column values
  4. None of the mentioned
Answer

To filter out the summary group

Reason — The HAVING clause is used to filter out summary groups in a SELECT query that involves aggregate functions and the GROUP BY clause.