CBSE Class 12 Computer Science
Question 27 of 91
Grouping Records, Joins in SQL — Question 5
Back to all questionsGROUP BY, SELECT
Reason — Aggregate functions are used with the GROUP BY clause to perform calculations on groups of rows. However, they are also used in the SELECT clause to display the results of aggregate calculations.