CBSE Class 12 Informatics Practices
Question 25 of 90
Querying Using SQL — Question 3
Back to all questionsGROUP 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.