Employee Reimbursements Through Payroll System
City of Chicago
@usgov.city_of_chicago_employee_reimbursements_through_payroll_system
City of Chicago
@usgov.city_of_chicago_employee_reimbursements_through_payroll_system
CREATE TABLE table_1 (
"pay_date" TIMESTAMP,
"employee_name" VARCHAR,
"amount" DOUBLE,
"reimbursement_type" VARCHAR,
"department_name" VARCHAR,
"job_title" VARCHAR
);
Anyone who has the link will be able to view this.