What data type is used to ingest semi-structured data into a Snowflake table?
What data type is used to ingest semi-structured data into a Snowflake table?
The correct data type to ingest semi-structured data into a Snowflake table is VARIANT. Snowflake's VARIANT data type is specifically designed to handle semi-structured data such as JSON, Avro, ORC, Parquet, and XML. This data type allows you to store data in its native format and query it using SQL.
D is correct
D correct