Which of the following statements would be used to export/unload data from Snowflake?
Which of the following statements would be used to export/unload data from Snowflake?
The correct statement to export or unload data from Snowflake is 'COPY INTO @stage.' This command is used to unload data from a Snowflake table into an external stage or internal stage, which matches the functionality described in the question.
Correct
A Copy into @stage
A is correct
Correct answer