legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "112-s-3192"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 112-s-3192,Congressional oversight | SMART Jobs Act 112-s-3192 | Congressional oversight |
| 112-s-3192,Foreign labor | SMART Jobs Act 112-s-3192 | Foreign labor |
| 112-s-3192,Higher education | SMART Jobs Act 112-s-3192 | Higher education |
| 112-s-3192,Immigration status and procedures | SMART Jobs Act 112-s-3192 | Immigration status and procedures |
| 112-s-3192,Science and engineering education | SMART Jobs Act 112-s-3192 | Science and engineering education |
| 112-s-3192,User charges and fees | SMART Jobs Act 112-s-3192 | User charges and fees |
| 112-s-3192,Visas and passports | SMART Jobs Act 112-s-3192 | Visas and passports |
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);