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?
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?
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.
https://docs.snowflake.com/en/sql-reference/sql/remove.html
https://docs.snowflake.com/en/sql-reference/sql/remove.html
C is right
C is correct
correct