Air Disasters(1919- OCT 2022)
Dataset is all about the aviation accidents happened in history (1919-2022)
@kaggle.ramjasmaurya_aviation_accidents_history1919_april_2022
Dataset is all about the aviation accidents happened in history (1919-2022)
@kaggle.ramjasmaurya_aviation_accidents_history1919_april_2022
CREATE TABLE aircraft_accidents_in_oceans_unknown_aircraft_accidents (
"ocean_country" VARCHAR,
"date" VARCHAR,
"air_craft_type" VARCHAR,
"registration_name_mark" VARCHAR,
"operator" VARCHAR,
"fatilites" VARCHAR,
"location" VARCHAR,
"category" VARCHAR
);
CREATE TABLE aviation_accidents_in_countries_aviation_accidents (
"country" VARCHAR,
"date" VARCHAR,
"air_craft_type" VARCHAR,
"registration_name_mark" VARCHAR,
"operator" VARCHAR,
"fatilites" VARCHAR,
"location" VARCHAR,
"category" VARCHAR
);
Anyone who has the link will be able to view this.