Summarizing customer information

In most business decisions customers are analyzed in groups, such as customers per country or customers per age group.

This exercise is part of the course

Data-Driven Decision Making in SQL

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

SELECT ___ -- Count the total number of customers
FROM customers
WHERE date_of_birth ___; -- Select customers born between 1980-01-01 and 1989-12-31