Which Snowflake object is a logical container for schemas and other database objects?
Schema
View
Table
Database
ADatabaseis the highest logical container for schemas and their objects in Snowflake.
Hierarchy:
Account → Database → Schema → Tables, Views, Stages, etc.
Schemas organize objects within a database; tables and views do not contain objects.
====================================================
Submit