Question: What query would you write to create a new table called Favourites that only has one column for the movie_id? *NEW TABLE Favourites with COLUMN(movie_id

What query would you write to create a new table called Favourites that only has one column for the movie_id? *NEW TABLE Favourites with COLUMN(movie_id int) *NEW TABLE Favourites(movie_id int) CREATE TABLE Favourites (movie_id int) CREATE TABLE Favourites with COLUMN(movie_id int)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
