Multiple choice technology programming languages Which is the clause used to restrict groups? Having Where restrict 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.