Google News
logo
Oracle - Interview Questions
What is the use of Aggregate functions in Oracle?
An aggregate function in Oracle is a function where values of multiple rows or records are joined together to get a single value output. It performs the summary operations on a set of values in order to provide a single value. There are several aggregate functions that you can use in your code to perform calculations.

The common Aggregate functions are :

* Sum
* Count
* Average
 
Advertisement