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 -- Platform(s),
"initial_release_date" VARCHAR,
"developer_s" VARCHAR -- Developer(s),
"publisher_s" VARCHAR -- Publisher(s)
);
Anyone who has the link will be able to view this.