home / risk_management_plans

Rmp Facility Accidents

Data table with 1,554 records and 7 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

6 rows where release_duration = "000 Hours 28 Minutes"

✎ View and edit SQL

This data as json, CSV (advanced)

time_accident_began 6

  • 03:47 1
  • 05:30 1
  • 08:00 1
  • 13:50 1
  • 19:33 1
  • 22:15 1

date_of_accident 6

  • January 2008 1
  • July 2015 1
  • June 2023 1
  • May 2022 1
  • September 1996 1
  • September 2022 1

release_duration 1

  • 000 Hours 28 Minutes · 6 ✖
facility_accident_id ▼ accident_id facility_id date_of_accident time_accident_began release_duration naics_code
100000045373_1 Accident 1 100000045373 September 2022 08:00 000 Hours 28 Minutes 32211
100000064119_2 Accident 2 100000064119 September 1996 03:47 000 Hours 28 Minutes 311612
100000067848_1 Accident 1 100000067848 May 2022 13:50 000 Hours 28 Minutes 31152
100000069515_1 Accident 1 100000069515 January 2008 19:33 000 Hours 28 Minutes 325211
100000112558_2 Accident 2 100000112558 June 2023 22:15 000 Hours 28 Minutes 325311
100000120745_1 Accident 1 100000120745 July 2015 05:30 000 Hours 28 Minutes 311999

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE rmp_facility_accidents (
        facility_accident_id TEXT PRIMARY KEY,
        accident_id TEXT,
        facility_id TEXT,
        date_of_accident TEXT,
        time_accident_began TEXT,
        release_duration TEXT,
        naics_code TEXT,
        FOREIGN KEY (facility_id) REFERENCES rmp_facility(epa_facility_id),
        FOREIGN KEY (naics_code) REFERENCES rmp_naics(naics_code)
    );
Powered by Datasette · Queries took 1928.17ms · Data license: ODbL · Data source: EDGI Cloud Portal