home / osha_enforcement

degree_injury

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

accident_number ▼ accident_code accident_value accident_letter load_date
1 DEGR Fatality   2018-11-09 20:56:00 EST
2 DEGR Hospitalized injury   2018-11-09 20:56:00 EST
3 DEGR Non Hospitalized injury   2018-11-09 20:56:00 EST
CREATE TABLE "degree_injury" (
   [accident_code] TEXT,
   [accident_number] INTEGER PRIMARY KEY,
   [accident_value] TEXT,
   [accident_letter] INTEGER,
   [load_date] TEXT
);
Powered by Datasette · Queries took 3.386ms