Rmp Facility Chemicals
Data license: ODbL · Data source: EDGI Cloud Portal
8 rows where chemical_id = 67 and program_level = "Program Level 3 process"
This data as json, CSV (advanced)
program_level 1
- Program Level 3 process · 8 ✖
| facility_chemical_id ▼ | facility_id | chemical_id | program_level |
|---|---|---|---|
| 907 | 100000047558 | 67 67 | Program Level 3 process |
| 13388 | 100000206109 | 67 67 | Program Level 3 process |
| 23954 | 100000190385 | 67 67 | Program Level 3 process |
| 33888 | 100000211497 | 67 67 | Program Level 3 process |
| 36625 | 100000207894 | 67 67 | Program Level 3 process |
| 42601 | 100000067456 | 67 67 | Program Level 3 process |
| 55921 | 100000075937 | 67 67 | Program Level 3 process |
| 55951 | 100000100295 | 67 67 | 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);