home / openregs

ig_recommendations

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

0 rows where report_id = "2010-fall-semiannual-report"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE ig_recommendations (
    report_id TEXT REFERENCES ig_reports(report_id),
    rec_number TEXT,
    significant TEXT,
    text TEXT,
    questioned_costs INTEGER DEFAULT 0,
    funds_for_better_use INTEGER DEFAULT 0
);
CREATE INDEX idx_ig_rec_report ON ig_recommendations(report_id);
CREATE INDEX idx_ig_rec_sig ON ig_recommendations(significant);
Powered by Datasette · Queries took 4.426ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API