ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Applying SQL to Real-World Problems

Ver curso

Ejercicio interactivo práctico

Pon en práctica la teoría con uno de nuestros ejercicios interactivos

Empieza el ejercicio