Astronauts Database
Dataset gives the detail of astronauts(either human or non human).
@kaggle.ramjasmaurya_astronauts_database
Dataset gives the detail of astronauts(either human or non human).
@kaggle.ramjasmaurya_astronauts_database
CREATE TABLE astronauts_human_and_non_humans (
"s_no_code_given" VARCHAR,
"astronaut_name" VARCHAR,
"country" VARCHAR,
"company_space_agency" VARCHAR,
"missions" VARCHAR,
"days_in_space" VARCHAR,
"spacewalks" VARCHAR,
"days_spacewalking" VARCHAR,
"acheivement_1" VARCHAR,
"acheivement_2" VARCHAR,
"acheivement_3" VARCHAR,
"acheivement_4" VARCHAR,
"still_in_space" VARCHAR
);
Anyone who has the link will be able to view this.