Volcanic Eruptions In The Holocene Period
Name, location, and type of volcanoes active in the past 10,000 years
@kaggle.smithsonian_volcanic_eruptions
Name, location, and type of volcanoes active in the past 10,000 years
@kaggle.smithsonian_volcanic_eruptions
CREATE TABLE database (
"number" BIGINT,
"name" VARCHAR,
"country" VARCHAR,
"region" VARCHAR,
"type" VARCHAR,
"activity_evidence" VARCHAR,
"last_known_eruption" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"elevation_meters" BIGINT,
"dominant_rock_type" VARCHAR,
"tectonic_setting" VARCHAR
);
Anyone who has the link will be able to view this.