SQL Server Functions Question:
Download Questions PDF

What are aggregate functions?

Answer:

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

Download MS SQL Server Functions Interview Questions And Answers PDF

Previous QuestionNext Question
What is built-in function?What are scalar functions?