Notifications You must be signed in to change notification settings -- 1️ Create Tables CREATE TABLE movies ( movie_id SERIAL PRIMARY KEY, title VARCHAR(100) NOT NULL, genre VARCHAR(50), ...