Planetary Dataset
This dataset provides detailed information about the planets in our solar system
@kaggle.prathamjyotsingh_planets_dataset
This dataset provides detailed information about the planets in our solar system
@kaggle.prathamjyotsingh_planets_dataset
CREATE TABLE planet1 (
"name" VARCHAR,
"type" VARCHAR,
"dominant_color" VARCHAR,
"mass_10_23kg" DOUBLE,
"radius_10km" DOUBLE,
"density_g_cm_3" DOUBLE,
"surface_gravity_m_s_2" DOUBLE,
"escape_velocity_km_s" DOUBLE,
"mean_temperature_c" BIGINT,
"surface_pressure_pa" DOUBLE,
"albedo" DOUBLE,
"rotation_period_hours" DOUBLE,
"axial_tilt_degrees" DOUBLE,
"moons" BIGINT,
"orbital_period_days" DOUBLE,
"orbital_distance_au" DOUBLE,
"eccentricity" DOUBLE,
"inclination_degrees" DOUBLE,
"aphelion_au" DOUBLE,
"perihelion_au" DOUBLE,
"geological_activity" BOOLEAN,
"ring_system" VARCHAR,
"magnetic_field_strength" VARCHAR,
"greenhouse_effect" VARCHAR,
"maximum_wind_speed_km_h" VARCHAR,
"average_distance_from_the_sun_million_km" DOUBLE,
"surface_characteristics" VARCHAR,
"most_abundant_element" VARCHAR
);
Anyone who has the link will be able to view this.