The correct answers are B. CREATE STAGE and D. COPY INTO [location].
Explanation:
CREATE STAGE:
When creating a stage in Snowflake, you can define the file format options that will be used when data is unloaded to that stage.
COPY INTO [location]:
The COPY INTO command is used to unload data from a table to a stage. You can specify the file format directly within the COPY INTO command if you don't want to use the pre-defined format on the stage
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
JRayan
1 week, 6 days ago