Rmp Facility Chemicals
Data license: ODbL · Data source: EDGI Cloud Portal
8 rows where facility_id = 100000073485 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 |
|---|---|---|---|
| 27730 | 100000073485 | 3 3 | Program Level 1 process |
| 27735 | 100000073485 | 3 3 | Program Level 1 process |
| 27740 | 100000073485 | 3 3 | Program Level 1 process |
| 27745 | 100000073485 | 3 3 | Program Level 1 process |
| 27750 | 100000073485 | 3 3 | Program Level 1 process |
| 27755 | 100000073485 | 3 3 | Program Level 1 process |
| 27760 | 100000073485 | 3 3 | Program Level 1 process |
| 27765 | 100000073485 | 3 3 | 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);