Answer (Choose 1 answer)
What is the difference between the WHERE and HAVING SQL clauses?
A. The WHERE and the HAVING clauses are identical
B. The HAVING SQL clause condition(s) is applied to all rows in the result set before the W applied (if present). The WHERE clause is used only with SELECT SQL statements and spe condition for an aggregate or a group
C. The WHERE SQL clause condition(s) is applied to all rows in the result set before the HA applied (if present). The HAVING clause is used only with SELECT SQL statements and spe condition for an aggregate or a group
D. None of the others
Exit 19