Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Aggregate Functions Basics « Aggregate Functions « Oracle PL / SQL
Oracle PL / SQL
Aggregate Functions
Aggregate Functions Basics
1.
Use the aggregate functions with any valid expression
2.
Order by the result of aggregate function
3.
In Oracle, nulls in calculations involving aggregate functions are ignored
4.
Limit the rows passed to the aggregate function using a WHERE clause
5.
Combine the max and avg function together
6.
Retrieves the city and average salary of the employees grouped by city
7.
Having with aggregate function
8.
Aggregate function and alias column name