Kizspy | Question: 23
(Choose 1 answer)
In SQL, after grouping data using the GROUP BY clause, the clause is used to filter the groups based on specific conditions. It allows the use of aggregate functions and selects only the groups that satisfy the given criteria.
A. Where
B. Having
C. Group by
D. With