Which statement is true regarding the outcome of the above query?

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?

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 returns an error because the BETWEEN operator cannot be used in the HAVING
clause.

B.
It returns an error because WHERE and HAVING clauses cannot be used in the same
SELECT statement.

C.
It returns an error because WHERE and HAVING clauses cannot be used to apply
conditions on the same column.

D.
It executes successfully.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


kim

kim

There is only one correct answer. D.

luca

luca

D is correct