SQL Server Functions Question: Download MS SQL Server Functions PDF

What are aggregate functions?

Tweet Share WhatsApp

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 PDF Read All 12 MS SQL Server Functions Questions
Previous QuestionNext Question
What is built-in function?What are scalar functions?