Začněte nyníZačněte zdarma

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.

Toto cvičení je součástí kurzu

Intermediate SQL Querying with AI

Zobrazit kurz

Interaktivní cvičení na vyzkoušení si v praxi

Vyzkoušejte si toto cvičení dokončením tohoto ukázkového kódu.

SELECT release_year
FROM films;
Upravit a spustit kód