home / risk_management_plans

Rmp Facility Chemicals

Data table with 59,323 records and 4 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

30 rows where facility_id = 100000081207

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: chemical_id

program_level 1

  • Program Level 1 process 7
facility_chemical_id ▼ facility_id chemical_id program_level
43571 100000081207 3 3 Program Level 1 process
43572 100000081207 10 10  
43573 100000081207 11 11  
43574 100000081207 3 3 Program Level 1 process
43575 100000081207 11 11  
43576 100000081207 4 4  
43577 100000081207 3 3 Program Level 1 process
43578 100000081207 9 9  
43579 100000081207 11 11  
43580 100000081207 4 4  
43581 100000081207 12 12  
43582 100000081207 5 5  
43583 100000081207 6 6  
43584 100000081207 3 3 Program Level 1 process
43585 100000081207 11 11  
43586 100000081207 4 4  
43587 100000081207 3 3 Program Level 1 process
43588 100000081207 11 11  
43589 100000081207 4 4  
43590 100000081207 12 12  
43591 100000081207 3 3 Program Level 1 process
43592 100000081207 9 9  
43593 100000081207 5 5  
43594 100000081207 6 6  
43595 100000081207 3 3 Program Level 1 process
43596 100000081207 9 9  
43597 100000081207 4 4  
43598 100000081207 12 12  
43599 100000081207 5 5  
43600 100000081207 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 1273.289ms · Data license: ODbL · Data source: EDGI Cloud Portal