home / risk_management_plans

Rmp Facility Chemicals

Data table with 59,323 records and 4 columns.

Data license: ODbL · Data source: EDGI Cloud Portal

8 rows where facility_id = 100000029532 and program_level = "Program Level 3 process"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: chemical_id

program_level 1

  • Program Level 3 process · 8 ✖
facility_chemical_id ▼ facility_id chemical_id program_level
40698 100000029532 12 12 Program Level 3 process
40699 100000029532 83 83 Program Level 3 process
40700 100000029532 32 32 Program Level 3 process
40701 100000029532 84 84 Program Level 3 process
40702 100000029532 2 2 Program Level 3 process
40703 100000029532 1 1 Program Level 3 process
40704 100000029532 1 1 Program Level 3 process
40705 100000029532 3 3 Program Level 3 process

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 1040.336ms · Data license: ODbL · Data source: EDGI Cloud Portal