home / risk_management_plans

Rmp Accident Chemicals

Data table with 2,301 records and 6 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

3 rows where facility_accident_id = "100000129336_1"

✎ View and edit SQL

This data as json, CSV (advanced)

percent_weight 3

  • 22.0 1
  • 28.0 1
  • 50.0 1

quantity_released_lbs 2

  • 1.0 2
  • 2.0 1
accident_chemical_id ▼ facility_accident_chemical_id facility_accident_id quantity_released_lbs percent_weight chemical_id
1190 100000129336_1_1 100000129336_1 1.0 28.0 12 12
1191 100000129336_1_2 100000129336_1 2.0 50.0 28 28
1192 100000129336_1_3 100000129336_1 1.0 22.0 4 4

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