CBSE Class 12 Computer Science
Question 60 of 91
Grouping Records, Joins in SQL — Question 1
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. |