Legacy City-Parish Employee Annual Salaries
City of Baton Rouge
@usgov.city_of_baton_rouge_legacy_city_parish_employee_annual_salaries
City of Baton Rouge
@usgov.city_of_baton_rouge_legacy_city_parish_employee_annual_salaries
CREATE TABLE table_1 (
"year" BIGINT,
"employee_num" BIGINT,
"last_name" VARCHAR,
"first_name" VARCHAR,
"middle_init" VARCHAR,
"department_num" BIGINT,
"department_name" VARCHAR,
"division_num" BIGINT,
"division_name" VARCHAR,
"job_code" BIGINT,
"job_title" VARCHAR,
"current_hire_date" TIMESTAMP,
"employment_end_date" TIMESTAMP,
"scheduled_hours" BIGINT,
"longevity_percentage" DOUBLE,
"base_hourly_rate" DOUBLE,
"total_hourly_rate" DOUBLE,
"overtime_hourly_rate" DOUBLE,
"employment_status" BIGINT,
"total_base_pay" DOUBLE,
"gross_pay" DOUBLE,
"total_overtime_hours" DOUBLE,
"total_overtime_pay" DOUBLE
);
Anyone who has the link will be able to view this.