IMDB 100 Movies
The data comprises of movies and information about it.
@kaggle.kabhishm_imdb_100_movie_titles
The data comprises of movies and information about it.
@kaggle.kabhishm_imdb_100_movie_titles
CREATE TABLE imdb_100 (
"name" VARCHAR,
"genre" VARCHAR,
"description" VARCHAR,
"year" BIGINT,
"runtime" VARCHAR
);
Anyone who has the link will be able to view this.