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