Solar System Objects
The 25 largest objects in the solar system
@kaggle.tgamsjaeger_solar_system_objects
The 25 largest objects in the solar system
@kaggle.tgamsjaeger_solar_system_objects
CREATE TABLE n_210424_solar_system_objects (
"object" VARCHAR,
"radius_km" DOUBLE,
"mass_10e24_kg" DOUBLE,
"density_g_cm3" DOUBLE,
"gravity_m_s2" DOUBLE,
"semi_major_axis_km" DOUBLE,
"orbital_period_days" DOUBLE,
"type" VARCHAR,
"moon_of" VARCHAR,
"year_of_discovery" DOUBLE,
"position" VARCHAR
);
Anyone who has the link will be able to view this.