CommencerCommencer gratuitement

Counting top-rated films

You are launching a “Critics’ Choice” section to showcase premium content and boost subscriber engagement. This curated collection will help viewers discover exceptional films and set you apart from competitors.

To prepare it, you need to know how many films scored higher than 8.0 on IMDb.

Cet exercice fait partie du cours

Intermediate SQL with AI

Afficher le cours

Instructions

  • Write a prompt that filters the reviews table and counts the film IDs for films with IMDb scores higher than 8.0.

Exercice interactif pratique

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

SELECT *
FROM reviews;
Modifier et exécuter le code