task
Download this data as a CSV Spreadsheet (All Rows)
accident_number ▼ | accident_code | accident_value | accident_letter | load_date |
---|---|---|---|---|
1 | TASK | Task regularly assigned | 2018-11-09 20:56:02 EST | |
2 | TASK | Task not regularly assigned | 2018-11-09 20:56:02 EST |
CREATE TABLE "task" ( [accident_code] TEXT, [accident_number] INTEGER PRIMARY KEY, [accident_value] TEXT, [accident_letter] INTEGER, [load_date] TEXT );