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
Correct answer
A is correct
A Copy into @stage