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

Files have been uploaded to a Snowflake internal stage. The files now need to be deleted.

Which SQL command should be used to delete the files?

    Correct Answer: C

    To delete files from a Snowflake internal stage, the SQL command 'REMOVE' should be used. The REMOVE command is specifically designed for this purpose, as indicated in the Snowflake documentation.

Discussion
Kate0204Option: C

https://docs.snowflake.com/en/sql-reference/sql/remove.html

miadieselOption: C

https://docs.snowflake.com/en/sql-reference/sql/remove.html

KeshavaMugulurOption: C

C is right

_yyuktaOption: C

C is correct

MultiCloudIronManOption: C

correct