legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where bill_id = "115-s-2191"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 115-s-2191,Alternative and renewable resources | Green Banking Act 115-s-2191 | Alternative and renewable resources |
| 115-s-2191,Banking and financial institutions regulation | Green Banking Act 115-s-2191 | Banking and financial institutions regulation |
| 115-s-2191,Business investment and capital | Green Banking Act 115-s-2191 | Business investment and capital |
| 115-s-2191,Consumer affairs | Green Banking Act 115-s-2191 | Consumer affairs |
| 115-s-2191,Energy assistance for the poor and aged | Green Banking Act 115-s-2191 | Energy assistance for the poor and aged |
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);