Multiple choice

_____ syntax is restricted to use with GROUP BY clause.

  1. Where

  2. Having

  3. Into

  4. All of these

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

Having is used along with GROUP BY clause to define a condition on the group.