Which data types are valid in Snowflake? (Choose two.)
Which data types are valid in Snowflake? (Choose two.)
Snowflake supports GEOGRAPHY as a geospatial data type, and VARIANT as a semi-structured data type. GEOGRAPHY allows for storage of geographic data, while VARIANT is used for storing heterogeneous data types, including semi-structured data such as JSON, XML, and Avro.
B and E https://docs.snowflake.com/en/sql-reference/intro-summary-data-types.html#:~:text=structured%20Data%20Types-,VARIANT,-OBJECT
BE are correct
Semi-structured Data Types: VARIANT OBJECT ARRAY Geospatial Data Types: GEOGRAPHY GEOMETRY https://docs.snowflake.com/en/sql-reference/intro-summary-data-types
https://docs.snowflake.com/en/sql-reference/intro-summary-data-types
Snowflake does not support the following data types: BLOB, CLOB, ENUM Semi-structured Data Types: VARIANT, OBJECT, ARRAY - JSON are intended to be stored in here