home / risk_management_plans

Rmp Facility Chemicals

Data table with 59,323 records and 4 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

13 rows where chemical_id = 55

✎ View and edit SQL

This data as json, CSV (advanced)

program_level 1

  • Program Level 3 process 10
facility_chemical_id ▼ facility_id chemical_id program_level
602 100000144257 55 55 Program Level 3 process
16996 100000121879 55 55 Program Level 3 process
17015 100000130342 55 55 Program Level 3 process
17019 100000130342 55 55 Program Level 3 process
17023 100000130342 55 55 Program Level 3 process
17027 100000130342 55 55 Program Level 3 process
19205 100000094211 55 55 Program Level 3 process
19228 100000094211 55 55 Program Level 3 process
39001 100000207233 55 55  
39044 100000207233 55 55  
55851 100000046032 55 55 Program Level 3 process
55853 100000046032 55 55  
58167 100000121058 55 55 Program Level 3 process

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