Question

Aggregate function in SQL

A An aggregate function in SQL performs a calculation on multiple values and returns a single value.
B avg, count, sum, min, max are aggregate function
C An aggregate function ignores NULL values when it performs the calculation, except for the count function
D All three are correct
E None
Practice Next

Hey! Ask a query