CBSE Class 12 Informatics Practices Question 26 of 40

Practice Paper — Question 8

Back to all questions
8
Question

Question 25

What are aggregate functions in SQL? Name any two.

Answer

Aggregate functions in SQL work with data from multiple rows at a time and return a single aggregated value.

Examples of aggregate functions include SUM(), COUNT().