Missions To The Moon
List of Missions to the Moon by Date
@kaggle.harits_missions_to_the_moon
List of Missions to the Moon by Date
@kaggle.harits_missions_to_the_moon
CREATE TABLE missions (
"spacecraft" VARCHAR,
"payload" VARCHAR,
"launch_date" VARCHAR,
"carrier_rocket" VARCHAR,
"country" VARCHAR,
"operator" VARCHAR,
"mission_type" VARCHAR,
"outcome" VARCHAR,
"description" VARCHAR,
"references" VARCHAR
);
CREATE TABLE references (
"id" BIGINT,
"reference" VARCHAR
);
Anyone who has the link will be able to view this.