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.
Este exercício faz parte do curso
Intermediate SQL with AI
Instruções do exercício
- Set up a prompt that retrieves all films with missing values for both gross and budget.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
SELECT *
FROM films;