Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which Snowflake command is used to export the results of a query into a single file?
A
Use COPY INTO [external stage] followed by a GET command to download the file.
B
Use COPY INTO [internal stage] followed by a PUT command to download the file.
C
Use COPY INTO [internal stage] with SINGLE = TRUE followed by a GET command to download the file.
D
Use COPY INTO [external stage] with SINGLE = TRUE followed by a PUT command to download the file.