annual_reports
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
0 rows where cert_number = "21-C-0281" sorted by report_year descending
This data as json
0 records
CREATE TABLE annual_reports (
id TEXT PRIMARY KEY,
cert_number TEXT REFERENCES facilities(cert_number),
report_year INTEGER,
species TEXT,
total_animals INTEGER,
animals_pain_cat_c INTEGER,
animals_pain_cat_d INTEGER,
animals_pain_cat_e INTEGER
);
CREATE INDEX idx_annual_cert_year ON annual_reports(cert_number, report_year);