Question
Computer Science Question on SQL
SQL applies conditions on the groups through ________ clause after groups have been formed?
A
where
B
having
C
new
D
all
Answer
having
Explanation
Solution
In SQL, the 'HAVING' clause is used to apply conditions on the groups after the 'GROUP BY' clause.