Aircraft Accidents
Aircraft Accidents that happened with scheduled revenue flights in 21st century.
@kaggle.yanasemenova_aircraft_accidents
Aircraft Accidents that happened with scheduled revenue flights in 21st century.
@kaggle.yanasemenova_aircraft_accidents
CREATE TABLE aircraft_accidents (
"date" TIMESTAMP,
"operator" VARCHAR,
"a_c_type" VARCHAR,
"location" VARCHAR,
"people_on_board" DOUBLE,
"total_fatalities" BIGINT,
"crew_on_board" DOUBLE,
"crew_fatalities" DOUBLE,
"pax_on_board" DOUBLE,
"pax_fatalities" DOUBLE,
"other_fatalities" DOUBLE,
"registration" VARCHAR,
"survivors" VARCHAR,
"flight_phase" VARCHAR,
"cause" VARCHAR,
"terrain_type" VARCHAR
);
Anyone who has the link will be able to view this.