Active Satellites In Orbit Around Earth
Which country has the most satellites in orbit? What are they used for?
@kaggle.ucsusa_active_satellites
Which country has the most satellites in orbit? What are they used for?
@kaggle.ucsusa_active_satellites
CREATE TABLE database (
"official_name_of_satellite" VARCHAR,
"country_organization_of_un_registry" VARCHAR,
"operator_owner" VARCHAR,
"country_of_operator_owner" VARCHAR,
"users" VARCHAR,
"purpose" VARCHAR,
"detailed_purpose" VARCHAR,
"class_of_orbit" VARCHAR,
"type_of_orbit" VARCHAR,
"longitude_of_geosynchronous_orbit_degrees" DOUBLE,
"perigee_kilometers" DOUBLE,
"apogee_kilometers" DOUBLE,
"eccentricity" DOUBLE,
"inclination_degrees" DOUBLE,
"period_minutes" VARCHAR,
"launch_mass_kilograms" VARCHAR,
"dry_mass_kilograms" VARCHAR,
"power_watts" VARCHAR,
"date_of_launch" TIMESTAMP,
"expected_lifetime_years" VARCHAR,
"contractor" VARCHAR,
"country_of_contractor" VARCHAR,
"launch_site" VARCHAR,
"launch_vehicle" VARCHAR,
"cospar_number" VARCHAR,
"norad_number" DOUBLE
);
Anyone who has the link will be able to view this.