Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following commands is used to unload data from Snowflake?
A
COPY INTO @stage
B
EXPORT TO @stage
C
INSERT INTO @stage
D
EXPORT_TO_STAGE(stage => @stage, select => 'select * from t1');