l_c_transfer_type
4 rows
| transfer_type | description |
|---|---|
| IAP | Interregional Assistance Program |
| Other | Other |
| Perm | Permanent Transfer |
| Temp | Temporary Transfer |
Table schema
CREATE TABLE l_c_transfer_type(transfer_type VARCHAR, description VARCHAR);
| transfer_type | description |
|---|---|
| IAP | Interregional Assistance Program |
| Other | Other |
| Perm | Permanent Transfer |
| Temp | Temporary Transfer |
CREATE TABLE l_c_transfer_type(transfer_type VARCHAR, description VARCHAR);