What are value types that a VARIANT column can store? (Choose two.)
What are value types that a VARIANT column can store? (Choose two.)
VARIANT columns can store semi-structured data types such as OBJECT and ARRAY. These types provide the flexibility needed for storing hierarchical and complex data structures commonly found in formats like JSON.
Answer : OBJECT and ARRAY
A VARIANT can store a value of any other type, including OBJECT and ARRAY. The maximum length of a VARIANT is 16 MB.
OBJECT and ARRAY
OBJECT and ARRAY
BD is correct. https://docs.snowflake.com/en/sql-reference/data-types-semistructured
C and D is correct
B and D
VARIANT can store a value of any other type, including OBJECT and ARRAY.
Correct