home / openregs

industries_sic_map

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

42 rows where industry_slug = "consumer_products_other"

✎ View and edit SQL

This data as json, CSV (advanced)

Link sic_code industry_slug is_primary
2200,consumer_products_other 2200 consumer_products_other 1
2211,consumer_products_other 2211 consumer_products_other 1
2221,consumer_products_other 2221 consumer_products_other 1
2250,consumer_products_other 2250 consumer_products_other 1
2300,consumer_products_other 2300 consumer_products_other 1
2320,consumer_products_other 2320 consumer_products_other 1
2330,consumer_products_other 2330 consumer_products_other 1
2340,consumer_products_other 2340 consumer_products_other 1
2390,consumer_products_other 2390 consumer_products_other 1
2500,consumer_products_other 2500 consumer_products_other 1
2510,consumer_products_other 2510 consumer_products_other 1
2520,consumer_products_other 2520 consumer_products_other 1
2531,consumer_products_other 2531 consumer_products_other 1
2600,consumer_products_other 2600 consumer_products_other 1
2611,consumer_products_other 2611 consumer_products_other 1
2621,consumer_products_other 2621 consumer_products_other 1
2631,consumer_products_other 2631 consumer_products_other 1
2650,consumer_products_other 2650 consumer_products_other 1
2670,consumer_products_other 2670 consumer_products_other 1
2840,consumer_products_other 2840 consumer_products_other 1
2842,consumer_products_other 2842 consumer_products_other 1
2844,consumer_products_other 2844 consumer_products_other 1
3021,consumer_products_other 3021 consumer_products_other 1
3050,consumer_products_other 3050 consumer_products_other 1
3060,consumer_products_other 3060 consumer_products_other 1
3100,consumer_products_other 3100 consumer_products_other 1
3140,consumer_products_other 3140 consumer_products_other 1
3221,consumer_products_other 3221 consumer_products_other 1
3630,consumer_products_other 3630 consumer_products_other 1
3634,consumer_products_other 3634 consumer_products_other 1
3651,consumer_products_other 3651 consumer_products_other 1
3751,consumer_products_other 3751 consumer_products_other 1
3851,consumer_products_other 3851 consumer_products_other 1
3910,consumer_products_other 3910 consumer_products_other 1
3911,consumer_products_other 3911 consumer_products_other 1
3930,consumer_products_other 3930 consumer_products_other 1
3942,consumer_products_other 3942 consumer_products_other 1
3944,consumer_products_other 3944 consumer_products_other 1
3950,consumer_products_other 3950 consumer_products_other 1
3990,consumer_products_other 3990 consumer_products_other 1
5130,consumer_products_other 5130 consumer_products_other 1
5271,consumer_products_other 5271 consumer_products_other 1

Advanced export

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

CSV options:

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