Using existing data
You are interested in identifying and storing information about films that are family-friendly. To do this, you will create a new table family_films
using the data from the film
table. This new table will contain a subset of films that have either the rating G
or PG
.
Cet exercice fait partie du cours
Applying SQL to Real-World Problems
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.