fr_regs_crossref
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where fr_document_number = "E9-11661"
This data as json, CSV (advanced)
| Link | fr_document_number | regs_document_id |
|---|---|---|
| E9-11661,FMCSA-2005-22660-0240 | Applications for Exemption E9-11661 | Applications for Exemption FMCSA-2005-22660-0240 |
| E9-11661,FMCSA-2005-22937-0009 | Applications for Exemption E9-11661 | Applications for Exemption FMCSA-2005-22937-0009 |
| E9-11661,FMCSA-2007-28827-0006 | Applications for Exemption E9-11661 | Applications for Exemption FMCSA-2007-28827-0006 |
| E9-11661,FMCSA-2007-29048-0008 | Applications for Exemption E9-11661 | Applications for Exemption FMCSA-2007-29048-0008 |
| E9-11661,FMCSA-2007-29254-0010 | Applications for Exemption E9-11661 | Applications for Exemption FMCSA-2007-29254-0010 |
| E9-11661,FMCSA-2008-0076-0012 | Applications for Exemption E9-11661 | Applications for Exemption FMCSA-2008-0076-0012 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE fr_regs_crossref (
fr_document_number TEXT REFERENCES federal_register(document_number),
regs_document_id TEXT REFERENCES documents(id),
PRIMARY KEY (fr_document_number, regs_document_id)
);
CREATE INDEX idx_crossref_fr ON fr_regs_crossref(fr_document_number);
CREATE INDEX idx_crossref_regs ON fr_regs_crossref(regs_document_id);