CBSE Class 12 Informatics Practices
Question 42 of 90
Querying Using SQL — Question 2
Back to all questionsTrue
Reason — The HAVING clause in SQL is used to filter groups based on specified conditions, while the WHERE clause filters individual rows. This means that the HAVING clause works with grouped data, applying conditions to groups that meet certain criteria, whereas the WHERE clause applies conditions to individual rows before any grouping occurs.