SnowPro Core Certification — Question 533

How does Snowflake handle the bulk unloading of data into single or multiple files?

Answer options

Correct answer: A

Explanation

The correct answer is A, as Snowflake generates unique names for each file created during the bulk unloading process, ensuring no conflicts. Option B is incorrect because the PUT command is used for uploading data, not unloading. Option C is misleading since while COPY INTO does facilitate bulk unloading, the default setting for SINGLE is TRUE only when specifically configured, and D is too restrictive as it suggests unloading can only occur in external stages.