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

What are reasons for using the VALIDATE function in Snowflake after a COPY INTO command execution? (Choose two.)

    Correct Answer: A, C

    The VALIDATE function in Snowflake is used to verify the integrity and correctness of the data files that have been loaded using the COPY INTO command. To validate the files that have been loaded earlier using the COPY INTO command ensures the data integrity after loading, and to return errors encountered during the execution of the COPY INTO command helps in diagnosing any issues that occurred during the file loading process.

Discussion
HeetecOptions: AC

AC correct - https://docs.snowflake.com/en/sql-reference/functions/validate

Heetec

and https://docs.snowflake.com/en/sql-reference/sql/copy-into-table

induna

Thanks, easy to confuse this with VALIDATION_MODE option for COPY INTO. This question is about VALIDATE after the COPY INTO