SnowPro Core Certification — Question 123
Which of the following accurately represents how a table fits into Snowflake's logical container hierarchy?
Answer options
- A. Account -> Schema -> Database -> Table
- B. Account -> Database -> Schema -> Table
- C. Database -> Schema -> Table -> Account
- D. Database -> Table -> Schema -> Account
Correct answer: B
Explanation
The correct answer is B, as it accurately reflects Snowflake's hierarchy where an Account contains Databases, which in turn contain Schemas, leading to Tables. The other options misplace the order, which does not align with Snowflake's logical container arrangement.