home / risk_management_plans

Rmp Accident Chemicals

Data table with 2,301 records and 6 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

8 rows where percent_weight = "30.0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: chemical_id

quantity_released_lbs 8

  • 1.0 1
  • 14.0 1
  • 187.0 1
  • 2.0 1
  • 200.0 1
  • 500.0 1
  • 5765.0 1
  • 724.0 1

percent_weight 1

  • 30.0 · 8 ✖
accident_chemical_id ▼ facility_accident_chemical_id facility_accident_id quantity_released_lbs percent_weight chemical_id
366 100000084972_1_1 100000084972_1 500.0 30.0 1 1
783 100000146781_1_1 100000146781_1 2.0 30.0 31 31
835 100000033983_1_1 100000033983_1 724.0 30.0 1 1
903 100000080119_1_1 100000080119_1 187.0 30.0 1 1
1522 100000229718_1_1 100000229718_1 14.0 30.0 8 8
1681 100000069515_3_6 100000069515_3 5765.0 30.0 17 17
1879 100000135481_1_1 100000135481_1 1.0 30.0 22 22
2102 100000136934_1_1 100000136934_1 200.0 30.0 7 7

Advanced export

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

CSV options:

CREATE TABLE rmp_accident_chemicals (
        accident_chemical_id INTEGER PRIMARY KEY,
        facility_accident_chemical_id TEXT,
        facility_accident_id TEXT,
        quantity_released_lbs TEXT,
        percent_weight TEXT,
        chemical_id INTEGER,
        FOREIGN KEY (facility_accident_id) REFERENCES rmp_facility_accidents(facility_accident_id),
        FOREIGN KEY (chemical_id) REFERENCES rmp_chemical(chemical_id)
    );
Powered by Datasette · Queries took 2489.086ms · Data license: ODbL · Data source: EDGI Cloud Portal