CBSE Class 12 Computer Science
Question 62 of 91
Grouping Records, Joins in SQL — Question 3
Back to all questionsAggregate functions in SQL work with data from multiple rows at a time and return a single aggregated value. They are used to perform calculations across multiple rows and return a summary result for that group.
Examples of aggregate functions include SUM(), COUNT(), MAX(), MIN(), AVG() etc.