home / risk_management_plans

Rmp Facility Chemicals

Data table with 59,323 records and 4 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

33 rows where facility_id = 100000191892

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: chemical_id

program_level 1

  • Program Level 1 process 9
facility_chemical_id ▼ facility_id chemical_id program_level
51029 100000191892 33 33 Program Level 1 process
51030 100000191892 4 4 Program Level 1 process
51031 100000191892 17 17 Program Level 1 process
51032 100000191892 3 3 Program Level 1 process
51033 100000191892 9 9  
51034 100000191892 12 12  
51035 100000191892 5 5  
51036 100000191892 6 6  
51037 100000191892 3 3 Program Level 1 process
51038 100000191892 9 9  
51039 100000191892 12 12  
51040 100000191892 5 5  
51041 100000191892 3 3 Program Level 1 process
51042 100000191892 11 11  
51043 100000191892 4 4  
51044 100000191892 12 12  
51045 100000191892 5 5  
51046 100000191892 3 3 Program Level 1 process
51047 100000191892 11 11  
51048 100000191892 4 4  
51049 100000191892 12 12  
51050 100000191892 3 3 Program Level 1 process
51051 100000191892 10 10  
51052 100000191892 11 11  
51053 100000191892 4 4  
51054 100000191892 3 3 Program Level 1 process
51055 100000191892 9 9  
51056 100000191892 10 10  
51057 100000191892 11 11  
51058 100000191892 4 4  
51059 100000191892 12 12  
51060 100000191892 5 5  
51061 100000191892 6 6  

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