SnowPro Core Certification — Question 830

Which data types optimally store semi-structured data? (Choose two.)

Answer options

Correct answer: A, E

Explanation

The ARRAY and VARIANT data types are designed to handle semi-structured data effectively. ARRAY allows for storing collections of items, while VARIANT can accommodate various data types, making them more flexible for semi-structured formats compared to CHARACTER, STRING, and VARCHAR, which are more suitable for structured data.