CommencerCommencer gratuitement

Group and order fields

After reviewing your country analysis, the team is eager for more insights.

This time they want to understand production trends over time: which years produced the most films? Spotlighting the busiest years makes it easier to design festival themes around eras with the richest selection of films.

Cet exercice fait partie du cours

Intermediate SQL with AI

Afficher le cours

Instructions

  • Write a prompt to find the top 5 years with the most films, listed from highest to lowest.

Exercice interactif pratique

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

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