ARA-C01 · Question #60
Based on the Snowflake object hierarchy, what securable objects belong directly to a Snowflake account? (Select THREE).
The correct answer is A. Database E. Role F. Warehouse. In Snowflake's object hierarchy, securable objects are organized into two levels: account-level and schema-level. Account-level objects exist directly under the account and include: Databases (A), Warehouses (F), Roles (E), Users, Resource Monitors, and Integrations. Schemas (B)
Question
Based on the Snowflake object hierarchy, what securable objects belong directly to a Snowflake account? (Select THREE).
Options
- ADatabase
- BSchema
- CTable
- DStage
- ERole
- FWarehouse
How the community answered
(41 responses)- A88% (36)
- C7% (3)
- D5% (2)
Explanation
In Snowflake's object hierarchy, securable objects are organized into two levels: account-level and schema-level. Account-level objects exist directly under the account and include: Databases (A), Warehouses (F), Roles (E), Users, Resource Monitors, and Integrations. Schemas (B) are children of databases, not the account. Tables (C) and Stages (D) are schema-level objects - they live inside a schema, which lives inside a database, which lives inside an account. Therefore, Database, Role, and Warehouse are the three account-level securable objects among the choices.
Topics
Community Discussion
No community discussion yet for this question.