home / osha_enforcement

project_type

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

accident_letter ▼ accident_code accident_number accident_value load_date
A PTYP   New project or new addition 2018-11-09 20:56:02 EST
B PTYP   Alteration or rehabilitation 2018-11-09 20:56:02 EST
C PTYP   Maintenance or repair 2018-11-09 20:56:02 EST
D PTYP   Demolition 2018-11-09 20:56:02 EST
E PTYP   Other 2018-11-09 20:56:02 EST
CREATE TABLE "project_type" (
   [accident_code] TEXT,
   [accident_number] INTEGER,
   [accident_value] TEXT,
   [accident_letter] TEXT PRIMARY KEY,
   [load_date] TEXT
);
Powered by Datasette · Queries took 3.897ms