Stores Country Name and Description
Module:
LANGUAGE, COUNTRY
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
COUNTRY | VARCHAR2 | 16 | True | Country Code | |||
LANGUAGE | VARCHAR2 | 32 | True | Translation language | |||
SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. Source Record Identifier It is a unique combination of CODE_TYPE, CODE | ||||
COUNTRY_NAME | VARCHAR2 | 128 | Name of the Country | ||||
COUNTRY_DESCRIPTION | VARCHAR2 | 999 | Description of the Country |
Copyright © 2019, 2024, Oracle and/or its affiliates.