legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_id = "96-s-2249"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 96-s-2249,Agricultural price supports | A bill to increase the minimum level of price support on quota peanuts for the 1980 and 1981 crops. 96-s-2249 | Agricultural price supports |
| 96-s-2249,Agriculture and Rural Affairs | A bill to increase the minimum level of price support on quota peanuts for the 1980 and 1981 crops. 96-s-2249 | Agriculture and Rural Affairs |
| 96-s-2249,Farm production quotas | A bill to increase the minimum level of price support on quota peanuts for the 1980 and 1981 crops. 96-s-2249 | Farm production quotas |
| 96-s-2249,Nuts | A bill to increase the minimum level of price support on quota peanuts for the 1980 and 1981 crops. 96-s-2249 | Nuts |
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);