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?
A . COPY INTO @stage
B . EXPORT TO @stage
C . INSERT INTO @stage
D . EXPORT_TO_STAGE (stage = > @Wage, select = > ‘select * from t1);

Answer: A

Explanation:

Reference: https://docs.snowflake.com/en/user-guide/data-unload-considerations.html

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments