SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 1144


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

Show Answer
Correct Answer:

When specifying file format options in Snowflake during data loading, the precedence hierarchy is determined by where the options are specified. The highest precedence is given to the options specified directly in the COPY INTO <location> statement, overriding any conflicting settings in the table definition or stage definition. This ensures that the specific load operation follows the exact configuration desired at the time of execution.

Discussion

5 comments
Sign in to comment
Mayankb024
Jul 8, 2024

D :https://docs.snowflake.com/en/sql-reference/functions/validate#:~:text=Validates%20the%20files%20loaded%20in,than%20just%20the%20first%20error.

rsofia
Oct 17, 2024

COPY INTO Precedence: copy into, stage def, table def

Vicky4594Option: B
Dec 9, 2024

it analyzes the provided select query to ensure it is valid and can execute without error

MultiCloudIronManOption: C
Dec 31, 2024

COPY INTO

MultiCloudIronMan
Dec 31, 2024

wrong question so answer is wrong

37ceea2Option: C
Jan 29, 2025

Table has not relevance here.