Monthly Archives: August 2011

What are the aggregate functions in SQL server?

What are the aggregate functions in SQL server? Count, Min, Max and Average are the few aggregate functions in SQL Server. Count function:  Select count (*) from Table1.  It will deliver count of the table i.e. no of records. If … Continue reading

Posted in SQL Server Interview Questions and Answers | 2 Comments