Wonders Of World
Locations of some prominent places on Earth
@kaggle.karnikakapoor_wonders_of_world
Locations of some prominent places on Earth
@kaggle.karnikakapoor_wonders_of_world
CREATE TABLE wondersofworld_24 (
"name" VARCHAR,
"type" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR,
"wikipedia_link" VARCHAR,
"picture_link" VARCHAR,
"build_in_year" VARCHAR,
"image_base64" VARCHAR
);
CREATE TABLE wondersofworld_july24 (
"name" VARCHAR,
"type" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR,
"wikipedia_link" VARCHAR,
"picture_link" VARCHAR,
"build_in_year" VARCHAR,
"image_base64" VARCHAR
);
CREATE TABLE wonders_of_world_rev3 (
"name" VARCHAR,
"type" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR,
"wikipedia_link" VARCHAR,
"picture_link" VARCHAR,
"build_in_year" VARCHAR
);
CREATE TABLE wonders_of_world (
"name" VARCHAR,
"type" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR,
"wikipedia_link" VARCHAR,
"picture_link" VARCHAR,
"build_in_year" VARCHAR
);
Anyone who has the link will be able to view this.