While using a COPY command with a Validation_mode parameter, which of the following statements will return an error?
While using a COPY command with a Validation_mode parameter, which of the following statements will return an error?
The VALIDATION_MODE parameter does not support COPY statements that transform data during a load. This means that attempting to use a COPY command with the VALIDATION_MODE parameter for statements that transform data will result in an error.
Answer D The VALIDATION_MODE parameter does not support COPY statements that transform data during a load. https://docs.snowflake.com/en/user-guide/data-load-transform.html#validation-mode-parameter
Correct D
Answer D https://docs.snowflake.com/en/user-guide/data-load-transform.html#validation-mode-parameter
D. Statements that transform data during a load
VALIDATION_MODE Parameter¶ The VALIDATION_MODE parameter does not support COPY statements that transform data during a load.
Correct