International Astronaut Database
Analysis of Astronaut Database
@kaggle.samruddhim_international_astronaut_database
Analysis of Astronaut Database
@kaggle.samruddhim_international_astronaut_database
CREATE TABLE international_astronaut_database (
"name" VARCHAR,
"country" VARCHAR,
"gender" VARCHAR,
"flights" VARCHAR,
"total_flights" BIGINT,
"total_flight_time_ddd_hh_mm" VARCHAR
);
Anyone who has the link will be able to view this.