Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 665

If file format options are specified in multiple locations, the load operation selects which option FIRST to apply in order of precedence?

    Correct Answer: D

    When file format options are specified in multiple locations, the load operation follows a specific precedence. The COPY INTO TABLE statement options take the highest precedence, followed by the stage definition, and then the table definition. This ensures that the most specific and direct instructions in the load operation are applied first.

Discussion
MultiCloudIronManOption: D

correct

yaho5Option: D

D - no doubts

luisdiaz

https://docs.snowflake.com/en/user-guide/data-load-prepare

subhataanu

add'l info -- order / precedence -- copy into (1st), stage def (2nd), table def (3rd).. D, B, A.