CBSE Class 12 Computer Science Question 54 of 91

Grouping Records, Joins in SQL — Question 10

Back to all questions
10
Question

Question 10

The HAVING clauses can take any valid SQL function in its condition.

Answer

False

Reason — The HAVING clause can contain either a simple boolean expression (i.e., an expression or condition that results into true or false) or use aggregate function in the having condition.