CommencerCommencer gratuitement

Films with missing data

The finance team is reviewing film performance reports. During their checks, they notice that some gross and budget records are incomplete. Since this missing information could affect their analysis, they need a list of all films where both values are not recorded to prioritize these for investigation.

Cet exercice fait partie du cours

Intermediate SQL with AI

Afficher le cours

Instructions

  • Set up a prompt that retrieves all films with missing values for both gross and budget.

Exercice interactif pratique

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

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