View the Exhibit and examine the structure of the CUSTOMERS table.
Evaluate the following SQL statement:
Which statement is true regarding the outcome of the above query?
A.
It executes successfully.
B.
It returns an error because the BETWEEN operator cannot be used in the HAVING clause.
C.
It returns an error because WHERE and HAVING clauses cannot be used in the same SELECT statement.
D.
It returns an error because WHERE and HAVING clauses cannot be used to apply conditions on the
same column.