SnowPro Advanced: Architect — Question 66

When using the COPY INTO [table] command with the CSV file format, how does the MATCH_BY_COLUMN_NAME parameter behave?

Answer options

Correct answer: A

Explanation

The correct answer is A because the MATCH_BY_COLUMN_NAME parameter ensures that the CSV file's header matches the table's columns in a case-sensitive manner. Option B is incorrect as the parameter does have significance; C is wrong as it doesn't generate an error if matched properly, and D is incorrect because it doesn't issue warnings about unmatched columns if headers are aligned.