Planning the filter
Your boss is looking to see which winter events include athletes over the age of 40. To answer this, you need a report that lists out all events that satisfy this condition. In order to have a correct list, you will need to leverage a filter. In this exercise, you will decide which filter option to use.
Cet exercice fait partie du cours
Reporting in SQL
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
-- Pull distinct event names found in winter_games
SELECT ____
FROM ____;