Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 333

Which stage type can be altered and dropped?

    Correct Answer: B

    An external stage can be both altered and dropped. Database, table, and user stages have restrictions that prevent them from being fully alterable or droppable; for example, a table stage is tied to a specific table and is removed when the table is dropped, and user stages are specific to each user and cannot be dropped individually.

Discussion
halolOption: B

The answer is correct as we cannot drop the stage associated with a table or user; only named stages (internal or external) can be dropped.

_yyuktaOption: B

B. External stage

sandy91Option: B

https://docs.snowflake.com/en/sql-reference/sql/drop-stage Internal and external stages both can be drooped.

metoo23Option: D

internal stages are not alterable or droppable, user stages can be altered and dropped, named stages are droppable but not alterable, and table stages are not directly alterable but are dropped when the associated table is dropped

MultiCloudIronManOption: B

B is correct

learner2023Option: B

https://docs.snowflake.com/en/user-guide/data-load-local-file-system-create-stage