Which of the following clause has a <group condition>?
2022
Which of the following clause has a <group condition>?
- A.
Select
- B.
From
- C.
Group By
- D.
Having
Attempted by 1834 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.