legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where bill_id = "119-s-875"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 119-s-875,Banking and financial institutions regulation | FIRM Act 119-s-875 | Banking and financial institutions regulation |
| 119-s-875,Congressional oversight | FIRM Act 119-s-875 | Congressional oversight |
| 119-s-875,Financial services and investments | FIRM Act 119-s-875 | Financial services and investments |
| 119-s-875,Government information and archives | FIRM Act 119-s-875 | Government information and archives |
| 119-s-875,Government studies and investigations | FIRM Act 119-s-875 | Government studies and investigations |
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);