CommencerCommencer gratuitement

Finding averages and totals

You are analyzing the film library to prepare for an executive summary report. You need to calculate the average and total film durations per year to understand how much content is available across the library and to help select a year that can be featured at an upcoming festival. This analysis will give executives a clear picture of both the scale and characteristics of the film catalog across different time periods.

Cet exercice fait partie du cours

Intermediate SQL with AI

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

SELECT release_year
FROM films;
Modifier et exécuter le code