
Answer-first summary for fast verification
Answer: Stage
The correct answer is B (Stage) because Snowflake allows creating temporary stages using the CREATE TEMP STAGE command. Temporary stages exist only for the duration of the session and are automatically dropped when the session ends. While roles (A) and users (C) cannot be created as temporary objects in Snowflake, storage integrations (D) are permanent objects used to connect to external cloud storage and cannot be temporary. The community discussion with 100% consensus and upvoted comments confirms that stages are the correct temporary object, specifically citing the TEMP parameter in CREATE TEMP STAGE.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.