COF-R02 Exam Question 101
Which of the following DML commands isn't supported by Snowflake?
COF-R02 Exam Question 102
Which of the following objects can be shared through secure data sharing?
COF-R02 Exam Question 103
True or False: The COPY command must specify a File Format in order to execute.
COF-R02 Exam Question 104
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?
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?
COF-R02 Exam Question 105
Files have been uploaded to a Snowflake internal stage. The files now need to be deleted.
Which SQL command should be used to delete the files?
Which SQL command should be used to delete the files?
