Volcanoes On Earth
Volcanoes list present on earth in 2021.
@kaggle.ramjasmaurya_volcanoes_on_earth_in_2021
Volcanoes list present on earth in 2021.
@kaggle.ramjasmaurya_volcanoes_on_earth_in_2021
CREATE TABLE volcanoes_around_the_world_in_2021 (
"region" VARCHAR,
"number" VARCHAR,
"volcano_name" VARCHAR,
"country" VARCHAR,
"location" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"elevation_m" DOUBLE,
"type" VARCHAR,
"status" VARCHAR,
"last_known_eruption" VARCHAR
);
Anyone who has the link will be able to view this.