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
Menu
Cube « Analytical Functions « Oracle PL / SQL
Oracle PL / SQL
Analytical Functions
Cube
1.
Cube implies reducing tables by rolling up different columns (dimensions)
2.
Grouping with Cube
3.
CUBE clause: return rows containing a subtotal for all combinations of columns included in the CUBE clause along with a total
4.
The sequence of the columns passed into Cube function
5.
Use CUBE and RANK() to get all rankings of sales by product type ID and employee ID
6.
Demonstrate Partial CUBE operation
7.
use GROUPING SETS to produce just a subset of CUBE
8.
Count employees, group by CUBE(department no, job title)
9.
group by CUBE(department no, job title)
10.
group by cube