SnowPro Core Certification — Question 186

Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers are C and D because the PURGE option in the COPY INTO command allows for the immediate deletion of files after loading, while the REMOVE command explicitly deletes files from the stage. Options A and E do not directly address file deletion from a stage, and option B relates to file format creation rather than file deletion.