Case Citations
Data license: Public court records
2 rows where filing_id = 53
This data as json, CSV (advanced)
cited_by 1
- Pohl 2
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 631 | 53 53 | Mega Child Care, Inc. v. Tex. Dep't of Protective & Regulatory Services | 29 S.W.3d 303, 308 | Tex. App.—Houston [14th Dist.] | 2000 | The decision to permit a leading question lies within the sound discretion of the trial court | Pohl |
| 632 | 53 53 | In re Union Pac. Res. Co. | 22 S.W.3d 338, 341 | Tex. | 1999 | Evidence may not always be necessary to support objections to form of questions | Pohl |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE citations (
citation_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
case_name TEXT,
citation TEXT,
court TEXT,
year INTEGER,
proposition TEXT,
cited_by TEXT
);