CBSE Class 12 Informatics Practices
Question 57 of 90
Querying Using SQL — Question 7
Back to all questionsThe GROUP BY clause in SQL is used to combine all records that have identical values in a particular field or group of fields. This grouping results in one summary record per group if group functions, such as aggregate functions, are used with it.