Multiple choice

Which of the following SQL clauses is used to filter the result set of the database table according to the collection of the grouping data?

  1. Having clause

  2. Group by clause

  3. Distinct clause

  4. Order by clause

  5. None of the above

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

Yes, it is used to display the records in a grouping manner.