SnowPro Core Certification — Question 402

Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?

Answer options

Correct answer: D

Explanation

The VALIDATION_MODE parameter is specifically designed to validate the data files to ensure they meet the required format before any loading occurs. The other options do not serve this purpose, as STRIP_NULL_VALUES, SKIP_BYTE_ORDER_MARK, and REPLACE_INVALID_CHARACTERS focus on altering or handling the data during the loading process rather than verification.