COF-C02 · Question #579
Which Snowflake object contains all the information required to share a database?
The correct answer is D. Share. In Snowflake, a Share is the object that contains all the information required to share a database with other Snowflake accounts. Shares are used to securely share data stored in Snowflake tables and views, enabling data providers to grant data consumers access to their…
Question
Which Snowflake object contains all the information required to share a database?
Options
- APrivate listing
- BSecure view
- CSequence
- DShare
How the community answered
(33 responses)- B3% (1)
- C3% (1)
- D94% (31)
Explanation
In Snowflake, a Share is the object that contains all the information required to share a database with other Snowflake accounts. Shares are used to securely share data stored in Snowflake tables and views, enabling data providers to grant data consumers access to their datasets without duplicating data. When a database is shared, it can include one or more schemas, and each schema can contain tables, views, or both.
Topics
Community Discussion
No community discussion yet for this question.