Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 970

Which validation option is the only one that supports the COPY INTO command?

    Correct Answer: A

    The only validation option that supports the COPY INTO <location> command is RETURN_ROWS. This validation mode is used exclusively for the unloading process into a stage, which is what the COPY INTO <location> command is designed to do.

Discussion
0e504b5Option: A

https://docs.snowflake.com/en/sql-reference/sql/copy-into-table https://docs.snowflake.com/en/sql-reference/sql/copy-into-location Loading: COPY INTO (table) VALIDATION_MODE = RETURN_N_ROWS, RETURN_ERRORS, RETURN_ALL_ERRORS Unloading COPY INTO (location) VALIDATION_MODE = RETURN_ROWS

0e504b5

The question is not phrased well, not specific enough, they should also add that they're asking about unloading into a stage.

GwoOption: A

A. https://docs.snowflake.com/en/sql-reference/sql/copy-into-location