
Answer-first summary for fast verification
Answer: Database, Schema
In Snowflake, a namespace is formed by the combination of Database and Schema objects. The Database provides the first level of organization, while the Schema provides the second level within that database. This hierarchical structure (Database.Schema) creates the namespace that contains other objects like tables, views, etc. The Account is too broad and encompasses multiple databases, Table is contained within the namespace rather than forming it, and Virtual Warehouse is a compute resource unrelated to namespace organization. The community discussion shows 100% consensus on BC with multiple references to Snowflake documentation confirming this structure.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.