SnowPro Core Certification — Question 1085

What takes the highest precedence in Snowflake file format options, when specified in multiple locations during data loading?

Answer options

Correct answer: C

Explanation

The correct answer is C, as the COPY INTO [table] statement takes precedence over other definitions when multiple file format options are specified. The stage and table definitions can be overridden by the parameters set in the COPY INTO command, making them less significant in this context.