ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

Intermediate SQL with AI

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

SELECT *
FROM films;
Editar y ejecutar código