industries_sic_map
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where industry_slug = "defense"
This data as json, CSV (advanced)
Suggested facets: is_primary
| Link | sic_code | industry_slug | is_primary |
|---|---|---|---|
| 3480,defense | 3480 | defense | 1 |
| 3760,defense | 3760 | defense | 1 |
| 3761,defense | 3761 | defense | 0 |
| 3769,defense | 3769 | defense | 1 |
| 3795,defense | 3795 | defense | 1 |
| 3812,defense | 3812 | defense | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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)
);