Java Games: Flashcards, matching, concentration, and word search.

Using Complex SQL with Aggregated Data

AB
Havingused to specify which groups are to be displayed; restricts groups that do not meet group criteria
Group Bydivides the rows in a table into a group
Rollupused to create subtotals that roll up from the most detailed level to a grand total, following a grouping list specified in the clause
Cubean extension to the group by clause like rollup that produces cross tabulation reports
Group Setsused to specify multiple groupings of data
Grouping Functionused to return a value for an aggregated row and another value for a non aggregated row
Set Operatorsused to combine results into a singleresult from multiple select statements
Unionoperator that returns all rows from both tables and eliminates duplicates
Union Alloperator that returns all rows from both tables; including duplicates
Intersectoperator that returns rows common to both tables
Minusoperator that returns rows that are unique to each table
To_Char(null)columns that were made up to match queries in another table not in both tables



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities