home / openregs

industries_ntee_map

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

0 rows where industry_slug = "chemicals"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE industries_ntee_map (
            ntee_code TEXT NOT NULL,
            industry_slug TEXT NOT NULL,
            is_primary INTEGER NOT NULL DEFAULT 0,
            PRIMARY KEY (ntee_code, industry_slug),
            FOREIGN KEY (industry_slug) REFERENCES industries(industry_slug)
        );
Powered by Datasette · Queries took 2.859ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API