Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the correct method to insert a VARIANT data type value into a Snowflake table?
A
Use a SELECT statement to convert data to a VARIANT data type before inserting it.
B
Use the TO_VARIANT function in the INSERT statement.
C
Cast the data to a VARIANT data type within the INSERT statement.
D
Use a subquery to convert the data to a VARIANT data type and then insert it.