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

How can a Snowflake user validate data that is unloaded using the COPY INTO command?

    Correct Answer: D

    To validate data that is unloaded using the COPY INTO <location> command in Snowflake, the user should use the VALIDATION_MODE = RETURN_ROWS statement. This option allows the verification of the data by specifying that the COPY command should only return the rows that failed to unload, which helps in identifying and fixing any issues with the data.

Discussion
BobFarOption: D

D is correct Use the VALIDATION_MODE = RETURN_ROWS statement. https://docs.snowflake.com/en/sql-reference/sql/copy-into-location#optional-parameters

HeetecOption: D

D correct - https://community.snowflake.com/s/article/Best-Practices-for-Data-Unloading