l_c_alj_determination
4 rows
| determination | description |
|---|---|
| Dismi | Dismiss in Full |
| FullM | Merit in Full |
| Other | Other |
| PartM | Merit in Part |
Table schema
CREATE TABLE l_c_alj_determination(determination VARCHAR, description VARCHAR);
| determination | description |
|---|---|
| Dismi | Dismiss in Full |
| FullM | Merit in Full |
| Other | Other |
| PartM | Merit in Part |
CREATE TABLE l_c_alj_determination(determination VARCHAR, description VARCHAR);