Which data types can be used in a Snowflake table that holds semi-structured data? (Choose two.)
Which data types can be used in a Snowflake table that holds semi-structured data? (Choose two.)
In Snowflake, semi-structured data can be stored using the ARRAY and VARIANT data types. ARRAY is used to store a list of values, while VARIANT can store values of different types, including nested data. Both types are designed to handle semi-structured data efficiently.
Correct answer
https://docs.snowflake.com/en/user-guide/semistructured-intro