(Choose 1 answer)
Select the right syntax for HAVING clause in SQL.
A. SELECT <list of attributes>FROM <list of tables>
WHERE <conditions on tuples>
HAVING <conditions on groups>
GROUP BY <list of attributes>
B. SELECT <list of attributes>FROM <list of tables>
WHERE <conditions on tuples>
GROUP BY <list of attributes>HAVING <conditions on groups>
C. SELECT <list of attributes>FROM <list of tables>
HAVING <conditions on groups>WHERE <conditions on tuples>
GROUP BY <list of attributes>
D. All of the others
Exit (31