Valid COF-C02 Dumps shared by ExamDiscuss.com for Helping Passing COF-C02 Exam! ExamDiscuss.com now offer the newest COF-C02 exam dumps, the ExamDiscuss.com COF-C02 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com COF-C02 dumps with Test Engine here:
How can staged files be removed during data loading once the files have loaded successfully?
Correct Answer: B
To remove staged files during data loading after they have been successfully loaded, the PURGE copy option is used in Snowflake. * PURGE Option: This option automatically deletes files from the stage after they have been successfully copied into the target table. * Usage: FROM @my_stage FILE_FORMAT = (type = 'csv') PURGE = TRUE; References: * Snowflake Documentation on COPY INTO