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

Which data types can be used in Snowflake to store semi-structured data? (Choose two.)

    Correct Answer: A, E

    Snowflake supports storing semi-structured data using the ARRAY and VARIANT data types. ARRAY allows for the storage of an ordered list of elements, and VARIANT is a flexible data type that can store a variety of semi-structured data including JSON, Avro, ORC, Parquet, and XML.

Discussion
romega2Options: AE

correct

HeetecOptions: AE

AE correct

Mike722Options: AE

AE https://docs.snowflake.com/en/sql-reference/data-types-semistructured

Snow_POptions: DE

Why not JSON and Variant?

fellpond

JSON is file type, not Data type