SnowPro Core Certification — Question 287

What are value types that a VARIANT column can store? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The VARIANT column is designed to store semi-structured data, which includes OBJECT and ARRAY types. STRUCT and BINARY are not valid types for VARIANT columns, while CLOB is typically used for large text data, not for the VARIANT data type.