Which of the following clause has a <group condition>?
2021
Which of the following clause has a <group condition>?
Answer: D. Having — Group By groups the rows. Having applies conditions on groups (group condition). ✔ Therefore, <group condition> is used in HAVING clause.
- A.
Select
- B.
From
- C.
Group By
- D.
Having
Attempted by 2229 students.
Show answer & explanation
Correct answer: D
Group By groups the rows.
Having applies conditions on groups (group condition).
✔ Therefore, <group condition> is used in HAVING clause.
A video solution is available for this question — log in and enroll to watch it.
Loading lesson…