Previous |
Next
What are SQL Aggregate Functions?The SQL Aggregate Functions are functions that provide mathematical operations. The functions include:
Why Use SQL Aggregate Functions?The SQL Aggregate Functions are useful when mathematical operations must be performed on all or a grouping of values. How To Use SQL Aggregate FunctionsSQL Aggregate Functions are used as follows. If a grouping of values is needed also include the GROUP BY clause. Use a column name or expression as the parameter to the Aggregate Function. The parameter, '*', represents all rows. SQL Aggregate Functions Syntax
SQL Aggregate Functions Example The following example Aggregate Functions are applied to the employee_count of the branch table. The region_nbr is the level of grouping. Here are the contents of the table:
Table: BRANCH
This SQL Statement with aggregate functions is executed:
Here is the result.
|
SQL OVERVIEW
SQL BASICS
SQL SELECT
SQL WHERE
SQL INSERT
SQL UPDATE
SQL DELETE
SQL ADMINISTRATION
SQL CREATE DATABASE
SQL DROP DATABASE
SQL CREATE TABLE
SQL ALTER TABLE
SQL DROP TABLE
SQL CREATE INDEX
SQL DROP INDEX
SQL ADD FOREIGN KEY
SQL DROP FOREIGN KEY
SQL CREATE VIEW
SQL DROP VIEW
SQL ADVANCED
SQL CONCAT
SQL SUBSTRING
SQL TRIM
SQL AND & OR
SQL IN
SQL BETWEEN
SQL LIKE
SQL DISTINCT
SQL GROUP BY
SQL AGGREGATE
SQL HAVING
SQL ORDER BY
SQL JOIN
SQL OUTER JOIN
SQL SYNTAX
| HOME | SQL OVERVIEW | SQL BASICS | SQL ADMINISTRATION | SQL ADVANCED | SQL SYNTAX |
| Copyright© 1999-2006, First Place Software, Inc. |






