Filtering by certification
A family movie night collection is being created to help families find enjoyable content for viewers of all ages.
Filter the catalog for films with a PG rating to prepare the list of titles.
This exercise is part of the course
Intermediate SQL with AI
Exercise instructions
- Create a prompt that retrieves all film titles and certifications, where the certification is PG.
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
SELECT *
FROM films;