legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where bill_id = "115-s-5"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 115-s-5,Accounting and auditing | Fix IOUs for Student Veterans Act of 2018 115-s-5 | Accounting and auditing |
| 115-s-5,Department of Veterans Affairs | Fix IOUs for Student Veterans Act of 2018 115-s-5 | Department of Veterans Affairs |
| 115-s-5,Executive agency funding and structure | Fix IOUs for Student Veterans Act of 2018 115-s-5 | Executive agency funding and structure |
| 115-s-5,Government studies and investigations | Fix IOUs for Student Veterans Act of 2018 115-s-5 | Government studies and investigations |
| 115-s-5,Student aid and college costs | Fix IOUs for Student Veterans Act of 2018 115-s-5 | Student aid and college costs |
| 115-s-5,Veterans' education, employment, rehabilitation | Fix IOUs for Student Veterans Act of 2018 115-s-5 | Veterans' education, employment, rehabilitation |
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);