SQL Server Functions Question:

What are aggregate functions?

Answer:

Aggregate functions: these functions perform calculation on a column and return a single value. Example: AVG(), SUM(), MIN(), MAX()

Read All 12 MS SQL Server Functions Questions
Previous QuestionNext Question
What is built-in function?What are scalar functions?