Rmp Facility Chemicals
Data license: ODbL · Data source: EDGI Cloud Portal
8 rows where chemical_id = 16 and program_level = "Program Level 1 process"
This data as json, CSV (advanced)
program_level 1
- Program Level 1 process · 8 ✖
| facility_chemical_id ▼ | facility_id | chemical_id | program_level |
|---|---|---|---|
| 309 | 100000052836 | 16 16 | Program Level 1 process |
| 313 | 100000052836 | 16 16 | Program Level 1 process |
| 454 | 100000088184 | 16 16 | Program Level 1 process |
| 25544 | 100000121227 | 16 16 | Program Level 1 process |
| 25721 | 100000172289 | 16 16 | Program Level 1 process |
| 27687 | 100000059991 | 16 16 | Program Level 1 process |
| 37246 | 100000064958 | 16 16 | Program Level 1 process |
| 55908 | 100000071619 | 16 16 | Program Level 1 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);