Make this query easier to read - Part I
In this exercise you will work on making the query below easier to read.
SELECT title, rating FROM film
WHERE rating = 'G' OR rating = 'PG' OR rating = 'R';
Este exercício faz parte do curso
Applying SQL to Real-World Problems
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
