Selecting movies
The table movies
contains all movies available on the online platform.
This exercise is part of the course
Data-Driven Decision Making in SQL
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
SELECT *
FROM movies
___; -- All genres except drama