COF-R02 · Question #113
Which data types does Snowflake support when querying semi-structured data? (Select TWO)
The correct answer is A. VARIANT B. ARRAY. https://docs.snowflake.com/en/user-guide/semistructured-intro.html#label-loading-semi- A VARIANT stores semi-structured data in Snowflake. It can store a value of any other type, including OBJECT and ARRAY. The maximum length of a VARIANT is 16 MB. A Snowflake ARRAY is similar…
Question
Which data types does Snowflake support when querying semi-structured data? (Select TWO)
Options
- AVARIANT
- BARRAY
- CVARCHAR
- DXML
- EBLOB
How the community answered
(44 responses)- A75% (33)
- C16% (7)
- D7% (3)
- E2% (1)
Explanation
https://docs.snowflake.com/en/user-guide/semistructured-intro.html#label-loading-semi- A VARIANT stores semi-structured data in Snowflake. It can store a value of any other type, including OBJECT and ARRAY. The maximum length of a VARIANT is 16 MB. A Snowflake ARRAY is similar to an array in many other programming languages. An ARRAY contains 0 or more pieces of data. Each element is accessed by specifying its position in the
Topics
Community Discussion
No community discussion yet for this question.