
Answer-first summary for fast verification
Answer: Each user and table are automatically allocated an internal stage.
The correct answer is D because Snowflake automatically allocates internal stages for each user and table by default. According to the Snowflake documentation referenced in the community discussion, internal stages are created automatically for users and tables, eliminating the need for manual creation. Option A is incorrect because named internal stages are not created by default - they must be explicitly created. Option B is incorrect because users do not need to manually create their own internal stages as they are automatically provided. Option C is incorrect because data files are not automatically staged to a default location; users must explicitly stage files to the allocated internal stages.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What is the default behavior when using internal stages in Snowflake?
A
Named internal stages are created by default.
B
Users must manually create their own internal stages.
C
Data files are automatically staged to a default location.
D
Each user and table are automatically allocated an internal stage.