Question:Which of the following statements are correct with regard to WHERE and HAVING clauses?
A A WHERE clause can be used to restrict both rows and groups
B A WHERE clause can be used to restrict rows only
C A HAVING clause can be used to restrict both rows and groups
D A HAVING clause can be used to restrict groups only
E A HAVING clause CANNOT be used in Subqueries
+ AnswerB D
+ Report