Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
1. Introduction
GROUP BY – Recap
Summary

Instruction

Welcome! This course aims to teach you how to use various GROUP BY extensions: ROLLUP, CUBE, and GROUPING SETS. They are often used to create advanced reports with SQL.

These extensions to the GROUP BY clause have been added to the ANSI/ISO standard SQL:1999. They are supported by all major database engines with some exceptions:

We assume that you already know a lot about SQL and can put that knowledge into practice. In particular, we assume that you know how to group rows by single or multiple columns and how to calculate aggregate functions: sums, averages, maximum values, etc.

So, are you ready?

Exercise

Click Next exercise to continue.