
Answer-first summary for fast verification
Answer: ARRAY, VARIANT
The question asks for two data types that can store semi-structured data in Snowflake. VARIANT is specifically designed for semi-structured data like JSON, Avro, ORC, and Parquet, allowing flexible storage and querying of nested structures. ARRAY can also store semi-structured data as it represents ordered collections of elements, which is common in formats like JSON arrays. BINARY is for raw bytes, not semi-structured content. TEXT and VARCHAR are for string data but lack native support for parsing semi-structured formats without additional functions, making them less suitable for direct semi-structured storage. The community discussion confirms AD as the correct answer with 100% consensus and references to Snowflake documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.