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
.
This exercise is part of the course
Applying SQL to Real-World Problems
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.