Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?
Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?
To instruct the COPY command to verify data files instead of loading them into a specified table, the parameter VALIDATION_MODE is used. This parameter enables the command to perform a dry run to validate data files, ensuring that the data meets the requirements without actually loading it into the table.
VALIDATION_MODE: This instructs the command to validate the data files instead of loading them into target tables and allows you to perform the dry run to ensure the fail-safe delivery of data.Dec
D. VALIDATION_MODE
correct
VALIDATION_MODE