[Home] [Help]
[Dependency Information]
Object Name: | CSF_LF_POSTCODES_NA |
---|---|
Object Type: | TABLE |
Owner: | CSF |
Subobject Name: | |
Status: | VALID |
DEFINITION
Defines postal code that is valid for a RoadSegment or POI and represents the official numeric or alphanumeric postal code present in that country.
EXAMPLE
MISCELLANEOUS
The PostCode table is related to the Place Table for retrieving Country ID.
Postal Codes could be duplicated between countries, therefore the Country ID is required.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SYS_IL0000493202C00011$$ | LOB | UNIQUE |
![]() |
|
SYS_IL0000493202C00012$$ | LOB | UNIQUE |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
POSTAL_CODE_ID | NUMBER | (30) | Yes | Primary key for the Postal Code table |
POSTAL_CODE | VARCHAR2 | (240) | Yes | Actual numeric or alphanumeric Postal Code |
COUNTRY_CODE | VARCHAR2 | (240) | Yes | The country for which the postcode is. |
SECURITY_GROUP_ID | NUMBER | Identifier used for running in hosted mode. | ||
POSTAL_CODE_LOCUS | SDO_GEOMETRY | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT POSTAL_CODE_ID
, POSTAL_CODE
, COUNTRY_CODE
, SECURITY_GROUP_ID
, POSTAL_CODE_LOCUS
FROM CSF.CSF_LF_POSTCODES_NA;
|
|
|