Which native data type is used to store spatial information?
Which native data type is used to store spatial information?
The native data type used to store spatial information is SDO_GEOMETRY. SDO_GEOMETRY is commonly used in spatial databases like Oracle Spatial to represent geometric objects, such as points, lines, and polygons. This data type is designed specifically to store and manipulate spatial data accurately.
Correct