l_c_10j_motion_determ
4 rows
| determination_motion | description |
|---|---|
| 10 | Denied in Full |
| 20 | Granted in Full |
| 30 | Granted in Part |
| 40 | Other |
Table schema
CREATE TABLE l_c_10j_motion_determ(determination_motion BIGINT, description VARCHAR);
| determination_motion | description |
|---|---|
| 10 | Denied in Full |
| 20 | Granted in Full |
| 30 | Granted in Part |
| 40 | Other |
CREATE TABLE l_c_10j_motion_determ(determination_motion BIGINT, description VARCHAR);