task
- accident_code
- OSHA-170 form code group.
- accident_letter
- Sub-letter within the code group.
- accident_number
- Code key (referenced by accident_injury.task_assigned).
- accident_value
- Human-readable task description.
- load_dt
- Timestamp when this row was loaded.
2 rows
Suggested facets: load_dt (date)
| accident_number ▼ | accident_code | accident_value | accident_letter | load_dt |
|---|---|---|---|---|
| 1 | TASK | Task regularly assigned | 2018-11-09 20:56:02+00:00 | |
| 2 | TASK | Task not regularly assigned | 2018-11-09 20:56:02+00:00 |
Table schema
CREATE TABLE task(accident_code VARCHAR, accident_number BIGINT, accident_value VARCHAR, accident_letter BIGINT, load_dt VARCHAR, PRIMARY KEY(accident_number));