Definitions
Sorry, no definitions found. Check out and contribute to the discussion of this word!
Etymologies
Sorry, no etymologies found.
Support
Help support Wordnik (and make this page ad-free) by adopting the word superaggregate.
Examples
-
Rows based on the values of the first n expressions are called rows or regular rows and the others are called superaggregate rows.
-
By using application or programming tools, these superaggregate values can then be fed into charts and graphs that convey results and relationships visually and effectively.
-
GROUP BY with ROLLUP and CUBE Operators • Use ROLLUP or CUBE with GROUP BY to produce superaggregate rows by cross-referencing columns.
-
If you have n columns or expressions in the GROUP BY clause, there will be 2n possible superaggregate combinations.
-
The aggregate function specified in the select list is applied to these groups to produce summary values for the additional superaggregate rows.
-
Example of a ROLLUP Operator In the example in the slide: Total salaries for every job ID within a department for those departments whose department ID is less than 60 are displayed by the GROUP BY clause (labeled 1) The ROLLUP operator displays: Total salary for those departments whose department ID is less than 60 (labeled 2) Total salary for all departments whose department ID is less than 60, irrespective of the job IDs (labeled 3) All rows indicated as 1 are regular rows and all rows indicated as 2 and 3 are superaggregate rows.
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.