PROV_NM_VW_LNG(SQL View) |
Index Back |
|---|---|
Province Codes/Names (No Cnty)PROV_NM_VW_LNG is a view of STATE_TBL_LANG. The difference is PROV_NM_VW_LNG doesn't have COUNTRY as the high-order key. |
| SELECT B.STATE , B.LANGUAGE_CD , B.DESCR FROM PS_STATE_TBL A , PS_STATE_TBL_LANG B WHERE A.COUNTRY = 'CAN' AND B.COUNTRY = A.COUNTRY AND B.STATE = A.STATE |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(6) | VARCHAR2(6) NOT NULL | State | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |