Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 295

Which data type can be used to store geospatial data in Snowflake?

    Correct Answer: D

    The GEOGRAPHY data type in Snowflake is specifically designed to store geospatial data by modeling Earth as though it were a perfect sphere, allowing for spatial queries and analysis.

Discussion
Andywu213Option: D

Geometry is in preview... assume this test refers to GA .. so D makes sense

Kate0204Option: D

Snowflake provides the following data types for geospatial data: The GEOGRAPHY data type, which models Earth as though it were a perfect sphere. The GEOMETRY data type, which represents features in a planar (Euclidean, Cartesian) coordinate system.

_yyuktaOption: D

D is correct

Marge23Option: C

Data Types Snowflake provides the following data types for geospatial data: The GEOGRAPHY data type, which models Earth as though it were a perfect sphere. The GEOMETRY data type, which represents features in a planar (Euclidean, Cartesian) coordinate system. https://docs.snowflake.com/en/sql-reference/data-types-geospatial

singhksOption: C

C and D: https://docs.snowflake.com/en/sql-reference/data-types-geospatial Snowflake provides the following data types for geospatial data: The GEOGRAPHY data type, which models Earth as though it were a perfect sphere. The GEOMETRY data type, which represents features in a planar (Euclidean, Cartesian) coordinate system.

KarBiswa

Both Geography and Geometry are geospatial data types https://docs.snowflake.com/en/sql-reference/data-types-geospatial two options must have given

PrashantGupta1616Option: D

The GEOGRAPHY data type is specifically designed for storing geospatial data, allowing for spatial queries and analysis.

MultiCloudIronManOption: D

Correct

HopefanOption: D

The GEOGRAPHY and GEOMETRY data types can store the following types of geospatial objects: WKT / WKB / EWKT / EWKB / GeoJSON geospatial objects: Point. MultiPoint.

learner2023Option: C

C&D https://docs.snowflake.com/en/sql-reference/data-types-geospatial

KarBiswaOption: D

For geospatial data storage like longitude/latitude Geography is the option https://docs.snowflake.com/en/sql-reference/data-types-geospatial#:~:text=If%20you%20have,use%20geospatial%20functionality.

SnowProCertDec22Option: C

https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#geometry-data-type

EmiB

The GEOGRAPHY data type, which models Earth as though it were a perfect sphere. The GEOMETRY data type, which represents features in a planar (Euclidean, Cartesian) coordinate system. [only PREVIEW as of Mar-2023] => D is correct