Video Game Sales
Video game sales from North America,Japan, the EU, Africa, and rest of the World
@kaggle.siddharth0935_video_game_sales
Video game sales from North America,Japan, the EU, Africa, and rest of the World
@kaggle.siddharth0935_video_game_sales
CREATE TABLE vgchartz_2024 (
"img" VARCHAR,
"title" VARCHAR,
"console" VARCHAR,
"genre" VARCHAR,
"publisher" VARCHAR,
"developer" VARCHAR,
"critic_score" DOUBLE,
"total_sales" DOUBLE,
"na_sales" DOUBLE,
"jp_sales" DOUBLE,
"pal_sales" DOUBLE,
"other_sales" DOUBLE,
"release_date" TIMESTAMP,
"last_update" TIMESTAMP
);
CREATE TABLE vg_data_dictionary (
"field" VARCHAR,
"description" VARCHAR
);
Anyone who has the link will be able to view this.