Best-Selling Video Games Of All Time
A dataset of the top-performing video games by sales figures
@kaggle.tayyarhussain_best_selling_video_games_of_all_time
A dataset of the top-performing video games by sales figures
@kaggle.tayyarhussain_best_selling_video_games_of_all_time
CREATE TABLE best_selling_video_games_of_all_time (
"rank" BIGINT,
"title" VARCHAR,
"sales" BIGINT,
"series" VARCHAR,
"platform_s" VARCHAR,
"initial_release_date" VARCHAR,
"developer_s" VARCHAR,
"publisher_s" VARCHAR
);
Anyone who has the link will be able to view this.