Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is Aggregate Functions?

Add comment
Views: 66
Votes: 0
Comments: 0
Aggregate functions perform a calculation on a set of values and return a single value. Aggregate functions ignore NULL values except COUNT function. HAVING clause is used, along with GROUP BY, for filtering query using aggregate values.

Following functions are aggregate functions.

AVG, MIN, CHECKSUM_AGG, SUM, COUNT, STDEV, COUNT_BIG, STDEVP, GROUPING, VAR, MAX, VARP (Read More Here )
Others in this Category
document What is Index?
document What is Stored Procedure?
document What is PRIMARY KEY?
document What command do we use to rename a db, a table and a column?
document What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?
document Q: What is ON DELETE CASCADE ?
document Q: Please explain the concepts of transaction, commit and rollback
document What is Data Compression?
document What is a Scheduled Jobs or What is a Scheduled Tasks?
document What are the authentication modes in SQL Server? How can it be changed?
» More articles



RSS