Rmp Facility Chemicals
Data license: ODbL · Data source: EDGI Cloud Portal
9 rows where chemical_id = 123 and program_level = "Program Level 3 process"
This data as json, CSV (advanced)
These facets timed out: program_level
| facility_chemical_id ▼ | facility_id | chemical_id | program_level |
|---|---|---|---|
| 32760 | 100000068099 | 123 123 | Program Level 3 process |
| 32782 | 100000068099 | 123 123 | Program Level 3 process |
| 32795 | 100000068099 | 123 123 | Program Level 3 process |
| 32826 | 100000068099 | 123 123 | Program Level 3 process |
| 32856 | 100000068099 | 123 123 | Program Level 3 process |
| 32884 | 100000068099 | 123 123 | Program Level 3 process |
| 41564 | 100000059107 | 123 123 | Program Level 3 process |
| 44904 | 100000099788 | 123 123 | Program Level 3 process |
| 57563 | 100000095121 | 123 123 | Program Level 3 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);