📝 Question
#1072
SQL applies predicates in the _______ clause after groups have been formed, so aggregate functions may be used.
✓
Correct Answer
A. Group by
💡
Explanation
The Having clause in SQL is used to apply predicates after groups have been formed using the Group By clause. This allows aggregate functions to be used and filters the grouped data based on specified conditions.
⌨️ Press
A
B
C
D
to select