Which command is used to take away staged files from a Snowflake stage after a successful data ingestion?
Which command is used to take away staged files from a Snowflake stage after a successful data ingestion?
The REMOVE command is used in Snowflake to take away staged files after a successful data ingestion. This command is specifically designed to manage files in the staging area, ensuring they do not accumulate unnecessarily after being processed.
Answer C. https://docs.snowflake.com/en/user-guide/data-load-considerations-manage and https://docs.snowflake.com/en/sql-reference/sql/remove
Answer C