CommencerCommencer gratuitement

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';

Cet exercice fait partie du cours

Applying SQL to Real-World Problems

Afficher le cours

Exercice interactif pratique

Passez de la théorie à la pratique avec l’un de nos exercices interactifs

Commencer l’exercice