legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_id = "111-sconres-2"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 111-sconres-2,Congressional committees | A concurrent resolution extending the life of the Joint Congressional Committee on Inaugural Ceremonies. 111-sconres-2 | Congressional committees |
| 111-sconres-2,Congressional operations and organization | A concurrent resolution extending the life of the Joint Congressional Committee on Inaugural Ceremonies. 111-sconres-2 | Congressional operations and organization |
| 111-sconres-2,Presidents and presidential powers, Vice Presidents | A concurrent resolution extending the life of the Joint Congressional Committee on Inaugural Ceremonies. 111-sconres-2 | Presidents and presidential powers, Vice Presidents |
| 111-sconres-2,U.S. Capitol | A concurrent resolution extending the life of the Joint Congressional Committee on Inaugural Ceremonies. 111-sconres-2 | U.S. Capitol |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_subjects (
bill_id TEXT REFERENCES legislation(bill_id),
subject TEXT,
PRIMARY KEY (bill_id, subject)
);
CREATE INDEX idx_legsub_subject ON legislation_subjects(subject);