Rmp Facility Chemicals
Data license: ODbL · Data source: EDGI Cloud Portal
8 rows where facility_id = 100000137522 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 |
|---|---|---|---|
| 47735 | 100000137522 | 20 20 | Program Level 3 process |
| 47736 | 100000137522 | 8 8 | Program Level 3 process |
| 47737 | 100000137522 | 62 62 | Program Level 3 process |
| 47738 | 100000137522 | 73 73 | Program Level 3 process |
| 47739 | 100000137522 | 58 58 | Program Level 3 process |
| 47740 | 100000137522 | 31 31 | Program Level 3 process |
| 47741 | 100000137522 | 1 1 | Program Level 3 process |
| 47742 | 100000137522 | 23 23 | 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);