0
3.7kviews
Write about Aggregate Functions in SQL.
1 Answer
0
31views
  • Aggregate functions perform a calculation on a set of values and return a single value.
  • Aggregate functions are frequently used with the GROUP BY clause of the SELECT statement.
  • All aggregate functions are deterministic. This means aggregate functions return the same value any time that they are called by using …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.