legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "119-hr-6472"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 119-hr-6472,American Samoa | Territorial Student Access to Higher Education Act 119-hr-6472 | American Samoa |
| 119-hr-6472,Caribbean area | Territorial Student Access to Higher Education Act 119-hr-6472 | Caribbean area |
| 119-hr-6472,Guam | Territorial Student Access to Higher Education Act 119-hr-6472 | Guam |
| 119-hr-6472,Higher education | Territorial Student Access to Higher Education Act 119-hr-6472 | Higher education |
| 119-hr-6472,Northern Mariana Islands | Territorial Student Access to Higher Education Act 119-hr-6472 | Northern Mariana Islands |
| 119-hr-6472,Student aid and college costs | Territorial Student Access to Higher Education Act 119-hr-6472 | Student aid and college costs |
| 119-hr-6472,U.S. territories and protectorates | Territorial Student Access to Higher Education Act 119-hr-6472 | U.S. territories and protectorates |
| 119-hr-6472,Virgin Islands | Territorial Student Access to Higher Education Act 119-hr-6472 | Virgin Islands |
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);