SnowPro Core Certification — Question 447

Which data type can store more than one type of data structure?

Answer options

Correct answer: D

Explanation

The VARIANT data type is designed to store various types of data structures in a single column, making it versatile for data storage. JSON can store structured data but is not as flexible as VARIANT, while BINARY and VARCHAR are limited to specific data formats.