CBSE Class 12 Informatics Practices Question 41 of 79

Database Query using SQL — Question 12

Back to all questions
12
Question

Question 12

Which clause in SQL is used to apply a condition on a group?

  1. Where
  2. Having
  3. As
  4. On
Answer

Having

Reason — The HAVING clause is used in SQL queries to place conditions on groups when using the GROUP BY clause.