CBSE Class 12 Informatics Practices
Question 38 of 90
Querying Using SQL — Question 16
Back to all questionsTo 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.