COF-C02 · Question #507
COF-C02 Question #507: Real Exam Question with Answer & Explanation
The correct answer is C: REMOVE. The REMOVE command is used in Snowflake to delete files from a stage after they have been successfully ingested into Snowflake tables. This command helps manage storage by allowing users to clean up staged files that are no longer needed, ensuring that the stage does not accumula
Question
Which command is used to lake away staged files from a Snowflake stage after a successful data ingestion?
Options
- ADELETE
- BDROP
- CREMOVE
- DTRUNCATE
Explanation
The REMOVE command is used in Snowflake to delete files from a stage after they have been successfully ingested into Snowflake tables. This command helps manage storage by allowing users to clean up staged files that are no longer needed, ensuring that the stage does not accumulate unnecessary data over time. Unlike DELETE, DROP, or TRUNCATE commands, which are used for managing data within Snowflake tables or dropping objects, REMOVE specifically targets the management of files in stages.
Topics
Community Discussion
No community discussion yet for this question.