legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_id = "115-sres-710"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 115-sres-710,Child care and development | A resolution supporting Lights On Afterschool, a national celebration of afterschool programs held on October 25, 2018. 115-sres-710 | Child care and development |
| 115-sres-710,Commemorative events and holidays | A resolution supporting Lights On Afterschool, a national celebration of afterschool programs held on October 25, 2018. 115-sres-710 | Commemorative events and holidays |
| 115-sres-710,Elementary and secondary education | A resolution supporting Lights On Afterschool, a national celebration of afterschool programs held on October 25, 2018. 115-sres-710 | Elementary and secondary education |
| 115-sres-710,Family services | A resolution supporting Lights On Afterschool, a national celebration of afterschool programs held on October 25, 2018. 115-sres-710 | Family services |
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);