This page provides exercises and solutions to help you practice SQL Group Functions. These exercises are based on the HR database, and may be performed online or by running the sample schema scripts on your local database server. For additional exercises in other subjects, use this link.
Part 1 – Basic Usage
- Display the lowest last name alphabetically (Employees table).
- Display the highest last name alphabetically (Employees table).
- Display the number of rows in Employees table.