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.
Diese Übung ist Teil des Kurses
Intermediate SQL with AI
Anleitung zur Übung
- Set up a prompt that retrieves all films with missing values for both gross and budget.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
SELECT *
FROM films;