home / risk_management_plans

Rmp Facility Chemicals

Data table with 59,323 records and 4 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

23 rows where facility_id = 100000051908

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: chemical_id

program_level 1

  • Program Level 3 process 8
facility_chemical_id ▼ facility_id chemical_id program_level
39440 100000051908 12 12 Program Level 3 process
39441 100000051908 28 28 Program Level 3 process
39442 100000051908 3 3 Program Level 3 process
39443 100000051908 28 28  
39444 100000051908 3 3 Program Level 3 process
39445 100000051908 4 4  
39446 100000051908 12 12  
39447 100000051908 5 5  
39448 100000051908 3 3 Program Level 3 process
39449 100000051908 4 4  
39450 100000051908 12 12  
39451 100000051908 5 5  
39452 100000051908 3 3 Program Level 3 process
39453 100000051908 4 4  
39454 100000051908 5 5  
39455 100000051908 3 3 Program Level 3 process
39456 100000051908 27 27  
39457 100000051908 12 12  
39458 100000051908 3 3 Program Level 3 process
39459 100000051908 4 4  
39460 100000051908 12 12  
39461 100000051908 5 5  
39462 100000051908 28 28  

Advanced export

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

CSV options:

CREATE TABLE rmp_facility_chemicals (
        facility_chemical_id INTEGER PRIMARY KEY,
        facility_id TEXT,
        chemical_id INTEGER,
        program_level TEXT,
        FOREIGN KEY (facility_id) REFERENCES rmp_facility(epa_facility_id),
        FOREIGN KEY (chemical_id) REFERENCES rmp_chemical(chemical_id)
    );
CREATE INDEX idx_rmp_facility_chemicals_facility_id ON rmp_facility_chemicals(facility_id);
Powered by Datasette · Queries took 245.768ms · Data license: ODbL · Data source: EDGI Cloud Portal