ExamGecko
Question list
Search
Search

Question 5 - COF-R02 discussion

Report
Export

Which of the following statements would be used to export/unload data from Snowflake?

A.
COPY INTO @stage
Answers
A.
COPY INTO @stage
B.
EXPORT TO @stage
Answers
B.
EXPORT TO @stage
C.
INSERT INTO @stage
Answers
C.
INSERT INTO @stage
D.
EXPORT_TO_STAGE(stage = > @Wage, select = > 'select * from t1);
Answers
D.
EXPORT_TO_STAGE(stage = > @Wage, select = > 'select * from t1);
Suggested answer: A

Explanation:

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

asked 23/09/2024
Alexander Ferrer
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first