Top 1000 Highest Grossing Movies
Top 1000 Highest Grossing Holywood Movies
@kaggle.sanjeetsinghnaik_top_1000_highest_grossing_movies
Top 1000 Highest Grossing Holywood Movies
@kaggle.sanjeetsinghnaik_top_1000_highest_grossing_movies
CREATE TABLE highest_holywood_grossing_movies (
"unnamed_0" BIGINT,
"title" VARCHAR,
"movie_info" VARCHAR,
"year" BIGINT,
"distributor" VARCHAR,
"budget_in" VARCHAR,
"domestic_opening_in" VARCHAR,
"domestic_sales_in" BIGINT,
"international_sales_in" BIGINT,
"world_wide_sales_in" BIGINT,
"release_date" VARCHAR,
"genre" VARCHAR,
"running_time" VARCHAR,
"license" VARCHAR
);
Anyone who has the link will be able to view this.