Group Functions in Oracle
Group Functions in Oracle
Group functions execute on a group of rows and return one result per group. Group functions ignore null values.
Commonly used group functions:
- COUNT
- SUM
- AVG
- MAX
- MIN
COUNT:
COUNT function has 3 variants.
- COUNT(*)
- COUNT(column