home / risk_management_plans

Rmp Facility Chemicals

Data table with 59,323 records and 4 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

12 rows where facility_id = 100000111452

✎ 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
12241 100000111452 83 83 Program Level 3 process
12242 100000111452 16 16 Program Level 3 process
12243 100000111452 44 44 Program Level 3 process
12244 100000111452 11 11 Program Level 3 process
12245 100000111452 4 4 Program Level 3 process
12246 100000111452 17 17 Program Level 3 process
12247 100000111452 44 44 Program Level 3 process
12248 100000111452 3 3 Program Level 3 process
12249 100000111452 12 12  
12250 100000111452 5 5  
12251 100000111452 32 32  
12252 100000111452 85 85  

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