Which statements are true regarding the WHERE and HAVIN…

Which statements are true regarding the WHERE and HAVING clauses in a SELECT statement?
(Choose all that apply.)

Which statements are true regarding the WHERE and HAVING clauses in a SELECT statement?
(Choose all that apply.)

A.
The HAVING clause can be used with aggregate functions in subqueries.

B.
The WHERE clause can be used to exclude rows after dividing them into groups.

C.
The WHERE clause can be used to exclude rows before dividing them into groups.

D.
The aggregate functions and columns used in the HAVING clause must be specified in the SELECT list of
the query.

E.
The WHERE and HAVING clauses can be used in the same statement only if they are applied to different
columns in the table.



Leave a Reply 2

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


Michael

Michael

why D is not correct? I think A,C,D are correct answers.

Help,please.