All The Satellites In The Orbit
list of all active & inactive satellites currently in the orbit
@kaggle.kkhandekar_all_the_satellites_in_the_orbit
list of all active & inactive satellites currently in the orbit
@kaggle.kkhandekar_all_the_satellites_in_the_orbit
CREATE TABLE allsatellites (
"name" VARCHAR,
"orbit_type" VARCHAR,
"orbit_height_km" VARCHAR,
"repeat_cycle_days" VARCHAR,
"launched_in" VARCHAR,
"out_of_service_since" VARCHAR,
"organisation" VARCHAR
);
Anyone who has the link will be able to view this.