
Explanation:
The correct answer is C because when a database is created in a consumer account from a share, the shared objects become immediately accessible to users in that account. This aligns with Snowflake's secure data sharing mechanism where no physical data transfer or copying occurs; instead, the consumer gains read-only access to the shared objects through metadata references. The community discussion strongly supports this with 100% consensus on option C, citing official documentation that confirms shared objects become accessible upon database creation. Options A and B are incorrect as objects are neither transferred nor copied physically. Option D is misleading because while the database can be shared further, the question focuses on the initial accessibility status for users in the consumer account.
Ultimate access to all questions.
No comments yet.
When a database is created in a consumer account from a share, what is the status of the shared objects for the users within that consumer account?
A
The shared objects are transferred.
B
The shared objects are copied.
C
The shared objects become accessible.
D
The shared objects can be re-shared.