Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 182

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 use the PURGE option in the COPY INTO command, which deletes files that were successfully loaded into the table. Additionally, the REMOVE command can be used after the load completes to delete files from a specified stage.

Discussion
GiselaSOptions: CD

Purge in COPY INTO command or REMOVE after that process

halolOptions: CD

d: https://docs.snowflake.com/en/user-guide/data-load-internal-tutorial-remove-data-files.html c: https://docs.snowflake.com/en/user-guide/data-load-local-file-system-copy.html#:~:text=Staged%20files%20can%20be%20deleted%20from%20a%20Snowflake,command%20to%20remove%20the%20files%20in%20the%20stage.

baig123Options: CD

C and D should be correct answer.

db1290Options: CD

C and D

LavpakOption: C

Files that were loaded successfully can be deleted from the stage during a load by specifying the PURGE copy option in the COPY INTO <table> command. https://docs.snowflake.com/en/user-guide/data-load-local-file-system-copy.html#:~:text=Staged%20files%20can%20be%20deleted%20from%20a%20Snowflake,command%20to%20remove%20the%20files%20in%20the%20stage.

MultiCloudIronManOptions: CD

correct

pranaligOptions: CD

CD correct

82c6010Options: CD

C and D

gunasekarantjk1996Options: CD

CD correct

_yyuktaOptions: CD

C and D are correct

Marge23Options: CD

A is to delete a stage by using command DROP @mystage;

weuzOptions: CD

PURGE and REMOVE are the correct answer

c0d3gOptions: CD

PURGE and REMOVE

psilvabrOptions: CD

CD correct answer.

KarBiswaOptions: CD

CD correct anser for C - https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html