COF-C02 · Question #40
Which stage type can be altered and dropped?
The correct answer is B. External stage. Only named stages (external and internal named stages) can be altered and dropped in Snowflake. External stages are named objects stored in the Snowflake catalog and support CREATE STAGE, ALTER STAGE, and DROP STAGE commands. Table stages (@%table_name) and user stages (@~) are…
Question
Which stage type can be altered and dropped?
Options
- ADatabase stage
- BExternal stage
- CTable stage
- DUser stage
How the community answered
(33 responses)- A6% (2)
- B91% (30)
- D3% (1)
Explanation
Only named stages (external and internal named stages) can be altered and dropped in Snowflake. External stages are named objects stored in the Snowflake catalog and support CREATE STAGE, ALTER STAGE, and DROP STAGE commands. Table stages (@%table_name) and user stages (@~) are implicit stages automatically provided by Snowflake - they cannot be altered or dropped because they are tied to the table or user lifecycle, not independently managed. There is no 'database stage' as a distinct stage type in Snowflake.
Topics
Community Discussion
No community discussion yet for this question.