Space Exploration Dataset
"Unveiling the Universe: A Comprehensive Space Exploration Dataset"
@kaggle.bhadramohit_space_exploration_dataset
"Unveiling the Universe: A Comprehensive Space Exploration Dataset"
@kaggle.bhadramohit_space_exploration_dataset
CREATE TABLE space_exploration_missions (
"mission_id" BIGINT,
"mission_name" VARCHAR,
"launch_date" TIMESTAMP,
"launch_site" VARCHAR,
"spacecraft_name" VARCHAR,
"mission_type" VARCHAR,
"destination" VARCHAR,
"crew_size" BIGINT,
"mission_status" VARCHAR,
"duration_days" BIGINT,
"budget_millionusd" BIGINT,
"agency" VARCHAR
);
Anyone who has the link will be able to view this.