Employee Data From The City Of Chicago
This dataset contains data that describe numerous public employees in Chicago.
@kaggle.rishidamarla_employee_data_from_the_city_of_chicago
This dataset contains data that describe numerous public employees in Chicago.
@kaggle.rishidamarla_employee_data_from_the_city_of_chicago
CREATE TABLE current_employee_names_salaries_and_position_titles_1 (
"name" VARCHAR,
"job_titles" VARCHAR,
"department" VARCHAR,
"full_or_part_time" VARCHAR,
"salary_or_hourly" VARCHAR,
"typical_hours" DOUBLE,
"annual_salary" VARCHAR,
"hourly_rate" VARCHAR
);
Anyone who has the link will be able to view this.