home / risk_management_plans

Rmp Accident Chemicals

Data table with 2,301 records and 6 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

17 rows where chemical_id = 1 and quantity_released_lbs = "10.0"

✎ View and edit SQL

This data as json, CSV (advanced)

percent_weight 6

  • 100.0 6
  • 82.0 3
  • 29.0 2
  • 99.0 1
  • 99.5 1
  • 99.8 1

quantity_released_lbs 1

  • 10.0 · 17 ✖
accident_chemical_id ▼ facility_accident_chemical_id facility_accident_id quantity_released_lbs percent_weight chemical_id
209 100000164092_1_1 100000164092_1 10.0 100.0 1 1
300 100000049556_1_1 100000049556_1 10.0   1 1
491 100000073528_1_1 100000073528_1 10.0 82.0 1 1
521 100000148146_1_1 100000148146_1 10.0 99.0 1 1
619 100000113708_1_1 100000113708_1 10.0   1 1
828 100000085052_1_1 100000085052_1 10.0 29.0 1 1
860 100000070013_1_1 100000070013_1 10.0 99.5 1 1
890 100000019017_1_1 100000019017_1 10.0 82.0 1 1
928 100000178513_1_1 100000178513_1 10.0 82.0 1 1
961 100000168524_1_1 100000168524_1 10.0 99.8 1 1
1462 100000086845_2_1 100000086845_2 10.0 100.0 1 1
1498 100000136131_4_1 100000136131_4 10.0 100.0 1 1
1499 100000136131_5_1 100000136131_5 10.0 100.0 1 1
1500 100000136131_6_1 100000136131_6 10.0 100.0 1 1
1516 100000178354_1_1 100000178354_1 10.0 100.0 1 1
1715 100000076687_1_1 100000076687_1 10.0   1 1
2233 100000181117_1_1 100000181117_1 10.0 29.0 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 1436.319ms · Data license: ODbL · Data source: EDGI Cloud Portal