CBSE Class 12 Informatics Practices
Question 56 of 90
Querying Using SQL — Question 6
Back to all questions| HAVING clause | WHERE clause |
|---|---|
| HAVING conditions are applicable to groups formed by GROUP BY clause. | WHERE conditions are applicable to individual rows. |
| HAVING conditions can include aggregate functions. | WHERE conditions cannot include aggregate functions. |
| It allows conditions to be applied to grouped data. | It filters rows based on specified conditions. |