DROP TABLE IF EXISTS imdb_ratings CASCADE; DROP VIEW IF EXISTS shows_with_rating; DROP VIEW IF EXISTS movies_with_rating;