l_c_discovery_ct_deter
4 rows
| court_determination | description |
|---|---|
| DenyF | Denied in Full |
| FullG | Granted in Full |
| Other | Other |
| PartG | Granted in Part |
Table schema
CREATE TABLE l_c_discovery_ct_deter(court_determination VARCHAR, description VARCHAR);
| court_determination | description |
|---|---|
| DenyF | Denied in Full |
| FullG | Granted in Full |
| Other | Other |
| PartG | Granted in Part |
CREATE TABLE l_c_discovery_ct_deter(court_determination VARCHAR, description VARCHAR);