COF-C02 · Question #107
Which of the following objects are contained within a schema? (Choose two.)
The correct answer is B. Stream D. External table. In Snowflake, a schema is a logical grouping of database objects, which can include streams and external tables. A stream is an object that allows users to query data that has changed in specified tables or views, and an external table is a table that references data stored…
Question
Which of the following objects are contained within a schema? (Choose two.)
Options
- ARole
- BStream
- CWarehouse
- DExternal table
- EUser
- FShare
How the community answered
(22 responses)- A5% (1)
- B91% (20)
- E5% (1)
Explanation
In Snowflake, a schema is a logical grouping of database objects, which can include streams and external tables. A stream is an object that allows users to query data that has changed in specified tables or views, and an external table is a table that references data stored outside of Snowflake. Roles, warehouses, users, and shares are not contained within a schema.
Topics
Community Discussion
No community discussion yet for this question.