SnowPro Core Certification — Question 1092
Which command is used to remove files from either external cloud storage or an internal stage?
Answer options
- A. DELETE
- B. REMOVE
- C. TRUNCATE
- D. DROP
Correct answer: B
Explanation
The correct answer is B (REMOVE) because it specifically pertains to deleting files from cloud storage or stages. The other options, such as DELETE and DROP, do not apply in this context, as DELETE is typically used for records in tables, and TRUNCATE is used to remove all rows from a table without logging individual row deletions.