legislation_subjects
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "105-s-1981"
This data as json, CSV (advanced)
| Link | bill_id | subject |
|---|---|---|
| 105-s-1981,Civil Rights and Liberties, Minority Issues | Truth in Employment Act 105-s-1981 | Civil Rights and Liberties, Minority Issues |
| 105-s-1981,Discrimination in employment | Truth in Employment Act 105-s-1981 | Discrimination in employment |
| 105-s-1981,Employee rights | Truth in Employment Act 105-s-1981 | Employee rights |
| 105-s-1981,Employee selection | Truth in Employment Act 105-s-1981 | Employee selection |
| 105-s-1981,Industrial relations | Truth in Employment Act 105-s-1981 | Industrial relations |
| 105-s-1981,Labor union officials and employees | Truth in Employment Act 105-s-1981 | Labor union officials and employees |
| 105-s-1981,Unfair labor practices | Truth in Employment Act 105-s-1981 | Unfair labor practices |
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);