Get startedGet started for free

Finding other missing values

The platform is launching parental controls and needs to ensure all films are properly rated. As part of this project, they need a list of films without official ratings to address inconsistencies.

Your task is to provide this data for review.

This exercise is part of the course

Intermediate SQL with AI

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

SELECT *
FROM films;
Edit and Run Code