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:
Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
Correct Answer: C,D
To delete staged files from a Snowflake stage, you can specify the PURGE option in the COPY INTO <table> command, which will automatically delete the files after they have been successfully loaded. Additionally, you can use the REMOVE command after the load completes to manually delete the files from the stage12. References = DROP STAGE, REMOVE