CBSE Class 12 Informatics Practices Question 25 of 90

Querying Using SQL — Question 3

Back to all questions
3
Question

Question 3

To create summary results, ............... clause is used.

  1. SORT BY
  2. SUMMARY BY
  3. GROUP BY
  4. ORDER BY
Answer

GROUP BY

Reason — The GROUP BY clause in SQL is used to create summary results by grouping together all records that share identical values in a particular field or a group of fields.