Snowflake SnowPro Core Certification Exam SnowPro-Core Question # 144 Topic 15 Discussion

Snowflake SnowPro Core Certification Exam SnowPro-Core Question # 144 Topic 15 Discussion

SnowPro-Core Exam Topic 15 Question 144 Discussion:
Question #: 144
Topic #: 15

A user has 10 files in a stage containing new customer data. The ingest operation completes with no errors, using the following command:

COPY INTO my__table FROM @my__stage;

The next day the user adds 10 files to the stage so that now the stage contains a mixture of new customer data and updates to the previous data. The user did not remove the 10 original files.

If the user runs the same copy into command what will happen?


A.

All data from all of the files on the stage will be appended to the table


B.

Only data about new customers from the new files will be appended to the table


C.

The operation will fail with the error uncertain files in stage.


D.

All data from only the newly-added files will be appended to the table.


Get Premium SnowPro-Core Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.