Multiple choice technology databases

The HAVING clause tells the GROUP BY which groups to include.

  1. True

  2. False

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

The HAVING clause filters grouped results after aggregation, specifying which groups should be included in the final output. It operates on the grouped data, unlike WHERE which filters rows before grouping.