home / risk_management_plans

Rmp Facility Accidents

Data table with 1,554 records and 7 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

7 rows where naics_code = 32512 and release_duration = "000 Hours 01 Minutes"

✎ View and edit SQL

This data as json, CSV (advanced)

time_accident_began 7

  • 07:30 1
  • 07:45 1
  • 13:50 1
  • 16:00 1
  • 17:50 1
  • 20:00 1
  • 23:00 1

date_of_accident 7

  • August 1995 1
  • July 2023 1
  • June 2015 1
  • November 2020 1
  • October 2002 1
  • October 2022 1
  • September 2023 1

release_duration 1

  • 000 Hours 01 Minutes · 7 ✖
facility_accident_id ▼ accident_id facility_id date_of_accident time_accident_began release_duration naics_code
100000034312_1 Accident 1 100000034312 November 2020 17:50 000 Hours 01 Minutes 32512
100000034385_1 Accident 1 100000034385 August 1995 23:00 000 Hours 01 Minutes 32512
100000045989_1 Accident 1 100000045989 July 2023 16:00 000 Hours 01 Minutes 32512
100000144355_1 Accident 1 100000144355 October 2002 07:30 000 Hours 01 Minutes 32512
100000227097_1 Accident 1 100000227097 June 2015 20:00 000 Hours 01 Minutes 32512
100000249402_1 Accident 1 100000249402 October 2022 07:45 000 Hours 01 Minutes 32512
100000252503_1 Accident 1 100000252503 September 2023 13:50 000 Hours 01 Minutes 32512

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 1042.407ms · Data license: ODbL · Data source: EDGI Cloud Portal