Statutes Cited
Data license: Public court records
2 rows where cited_by = "Pohl" and filing_id = 53
This data as json, CSV (advanced)
cited_by 1
- Pohl · 2 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 298 | 53 53 | Tex. R. Evid. 611(c) | Leading questions should not be used on direct examination; exceptions when a party calls a hostile witness, an adverse party, or a witness identified with an adverse party | Pohl |
| 299 | 53 53 | Tex. R. Civ. P. 200.3(a) | Governs deposition on written questions — limits party to 'direct questions' | Pohl |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE statutes (
statute_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
statute TEXT,
description TEXT,
cited_by TEXT
);