CBSE Class 12 Computer Science
Question 55 of 91
Grouping Records, Joins in SQL — Question 11
Back to all questionsTrue
Reason — The HAVING clause in SQL works with grouped data, applying conditions to groups that meet certain criteria. Therefore, HAVING clause can only be used if the SELECT query has GROUP BY clause.