Multiple choice

Which of the following SQL clauses is used to place a condition while arranging identical data into a group?

  1. Group By clause

  2. Having clause

  3. Distinct clause

  4. Like clause

  5. None of the above

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

Yes, by using Having clause, we can make a condition on the data, which are retrieved by the Group By clause.