Valid COF-C03 Dumps shared by EduDump.com for Helping Passing COF-C03 Exam! EduDump.com now offer the newest COF-C03 exam dumps, the EduDump.com COF-C03 exam questions have been updated and answers have been corrected get the newest EduDump.com COF-C03 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