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
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
2 months, 4 weeks ago