snowpro-core question 923 discussion

View all snowpro core here
back to snowflake forum

Question 923

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 => @stage, select => 'select * from t1');
Answer:

a


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

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0 / 1000
vr15305
6 months, 3 weeks ago

A. COPY INTO @stage
C. INSERT INTO @stage

vr15305
6 months, 3 weeks ago

A. COPY INTO @stage