
Answer-first summary for fast verification
Answer: True
The correct answer is True (A). According to Snowflake documentation and the community consensus (94% selected A with the highest upvoted comments supporting this), each worksheet in the Snowflake Web Interface maintains its own independent context. Users can set different roles, databases, schemas, and virtual warehouses for each worksheet using USE commands (e.g., USE ROLE, USE DATABASE, USE SCHEMA, USE WAREHOUSE). The interface role only determines the initial default, but worksheets are not tied to it. Comments suggesting False (B) are incorrect as they misunderstand the worksheet independence feature, confusing it with session-level context limitations that don't apply here.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.