Which command is used to unload data from a Snowflake table into a Snowflake stage?
Which command is used to unload data from a Snowflake table into a Snowflake stage?
The command used to unload data from a Snowflake table into a Snowflake stage is 'COPY INTO <location>'. This command copies the data from the specified table into the specified stage or external location.
Option : C -- is correct