home / risk_management_plans

Rmp Accident Chemicals

Data table with 2,301 records and 6 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

10 rows where percent_weight = "99.7"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: chemical_id

quantity_released_lbs 8

  • 1.0 3
  • 118.0 1
  • 1901.0 1
  • 36.0 1
  • 5.0 1
  • 61.0 1
  • 9200.0 1
  • 96.0 1

percent_weight 1

  • 99.7 · 10 ✖
accident_chemical_id ▼ facility_accident_chemical_id facility_accident_id quantity_released_lbs percent_weight chemical_id
386 100000108787_1_1 100000108787_1 5.0 99.7 1 1
452 100000229246_1_1 100000229246_1 1.0 99.7 1 1
453 100000229246_2_1 100000229246_2 61.0 99.7 1 1
508 100000097539_1_1 100000097539_1 96.0 99.7 1 1
1478 100000009947_1_1 100000009947_1 36.0 99.7 1 1
2128 100000113281_1_1 100000113281_1 1.0 99.7 40 40
2187 100000112558_1_1 100000112558_1 118.0 99.7 1 1
2188 100000112558_2_1 100000112558_2 1901.0 99.7 1 1
2189 100000112558_3_1 100000112558_3 9200.0 99.7 1 1
2194 100000214671_1_1 100000214671_1 1.0 99.7 1 1

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