Rmp Facility Chemicals
Data license: ODbL · Data source: EDGI Cloud Portal
8 rows where chemical_id = 81
This data as json, CSV (advanced)
These facets timed out: program_level
| facility_chemical_id ▼ | facility_id | chemical_id | program_level |
|---|---|---|---|
| 1154 | 100000108901 | 81 81 | Program Level 3 process |
| 1269 | 100000108901 | 81 81 | Program Level 3 process |
| 32759 | 100000068099 | 81 81 | Program Level 3 process |
| 32823 | 100000068099 | 81 81 | Program Level 3 process |
| 32882 | 100000068099 | 81 81 | Program Level 3 process |
| 39569 | 100000097655 | 81 81 | Program Level 3 process |
| 41509 | 100000059107 | 81 81 | Program Level 3 process |
| 49088 | 100000150711 | 81 81 | Program Level 2 process |
Advanced export
JSON shape: default, array, newline-delimited, object
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);