[Home] [Help]
[Dependency Information]
Object Name: | CSF_WOM_AREA_LAKE |
---|---|
Object Type: | TABLE |
Owner: | CSF |
Subobject Name: | |
Status: | VALID |
DEFINITION
Stores the lake features for the country.
EXAMPLE
MISCELLANEOUS
Lake Feature geometry is split when a lake overlaps more than one country polygon. In other words, there is one Lake Polygon per country that it intersects with.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SYS_IL0000395721C00011$$ | LOB | UNIQUE |
![]() |
|
SYS_IL0000395721C00012$$ | LOB | UNIQUE |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CARTO_ID | NUMBER | (17) | Yes | The CARTO ID defines the unique identifier of the entity. |
PARTITION_ID | NUMBER | (10) | PARTITION_ID attribute is not populated. | |
NAME | VARCHAR2 | (255) | Labeling name for the lakes. | |
DISPLAY_CLASS | NUMBER | (10) | DISPLAY_CLASS attribute is not populated. | |
GEOMETRY | SDO_GEOMETRY | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT CARTO_ID
, PARTITION_ID
, NAME
, DISPLAY_CLASS
, GEOMETRY
FROM CSF.CSF_WOM_AREA_LAKE;
|
|
|