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';
This exercise is part of the course
Applying SQL to Real-World Problems
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
