home / risk_management_plans

Rmp Facility Chemicals

Data table with 59,323 records and 4 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

24 rows where facility_id = 100000090616

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: chemical_id

program_level 1

  • Program Level 3 process 7
facility_chemical_id ▼ facility_id chemical_id program_level
15380 100000090616 4 4 Program Level 3 process
15381 100000090616 12 12 Program Level 3 process
15382 100000090616 5 5 Program Level 3 process
15383 100000090616 3 3 Program Level 3 process
15384 100000090616 6 6  
15385 100000090616 3 3 Program Level 3 process
15386 100000090616 10 10  
15387 100000090616 11 11  
15388 100000090616 4 4  
15389 100000090616 12 12  
15390 100000090616 5 5  
15391 100000090616 3 3 Program Level 3 process
15392 100000090616 9 9  
15393 100000090616 10 10  
15394 100000090616 11 11  
15395 100000090616 4 4  
15396 100000090616 12 12  
15397 100000090616 3 3 Program Level 3 process
15398 100000090616 9 9  
15399 100000090616 11 11  
15400 100000090616 4 4  
15401 100000090616 12 12  
15402 100000090616 5 5  
15403 100000090616 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 1526.415ms · Data license: ODbL · Data source: EDGI Cloud Portal