Snowflake
COF-C02 · Question #119
Which data types are supported by Snowflake when using semi-structured data? (Choose two.)
The correct answer is A. VARIANT D. ARRAY. Snowflake supports the VARIANT and ARRAY data types for semi-structured data. VARIANT can store values of any other type, including OBJECT and ARRAY, making it suitable for semi- structured data formats like JSON. ARRAY is used to store an ordered list of elements.
Snowflake Cloud Data Platform Features and Architecture
Question
Which data types are supported by Snowflake when using semi-structured data? (Choose two.)
Options
- AVARIANT
- BVARRAY
- CSTRUCT
- DARRAY
- EQUEUE
How the community answered
(38 responses)- A92% (35)
- C5% (2)
- E3% (1)
Explanation
Snowflake supports the VARIANT and ARRAY data types for semi-structured data. VARIANT can store values of any other type, including OBJECT and ARRAY, making it suitable for semi- structured data formats like JSON. ARRAY is used to store an ordered list of elements.
Topics
#Semi-structured data#Data types#VARIANT#ARRAY
Community Discussion
No community discussion yet for this question.