Multiple choice technology programming languages

Which is the clause used to restrict groups?

  1. Having

  2. Where

  3. restrict

  4. exclude

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The HAVING clause filters groups after aggregation, while WHERE filters individual rows before aggregation. HAVING is specifically designed to restrict which groups appear in the result set based on aggregate conditions.