Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How does Snowflake manage the bulk unloading of data into one or more files?
A
It assigns each unloaded data file a unique name.
B
It uses the PUT command to download the data by default.
C
It uses COPY INTO [location] for bulk unloading where the default option is SINGLE = TRUE.
D
It uses COPY INTO [location] to copy the data from a table into one or more files in an external stage only.