home / kassab_analytics

Menu
  • Search all tables

Appellate Issues

24 points of error raised on appeal

Data license: Public court records

0 rows where filing_id = 17

This data as json

0 records

CREATE TABLE appellate_issues (
    appellate_issue_id INTEGER PRIMARY KEY AUTOINCREMENT,
    filing_id INTEGER REFERENCES filings(filing_id),
    point_of_error TEXT,
    standard_of_review TEXT
);
Powered by Datasette · Queries took 4.549ms · Data license: Public court records