nerdexam
Snowflake

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…

Querying and Performance

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)
  • A
    75% (33)
  • C
    16% (7)
  • D
    7% (3)
  • E
    2% (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

#semi-structured data#VARIANT#ARRAY#data types

Community Discussion

No community discussion yet for this question.

Full COF-R02 Practice