COF-C02 · Question #399
What is one of the characteristics of data shares?
The correct answer is C. Data shares utilize secure views for sharing view objects. When sharing view objects through Snowflake Secure Data Sharing, those views must be defined as SECURE views to prevent consumers from inferring underlying data through query optimization details. Data shares do not support DML operations (option A) - consumers have read-only…
Question
What is one of the characteristics of data shares?
Options
- AData shares support full DML operations.
- BData shares work by copying data to consumer accounts.
- CData shares utilize secure views for sharing view objects.
- DData shares are cloud agnostic and can cross regions by default.
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C93% (25)
Explanation
When sharing view objects through Snowflake Secure Data Sharing, those views must be defined as SECURE views to prevent consumers from inferring underlying data through query optimization details. Data shares do not support DML operations (option A) - consumers have read-only access. Data shares do not copy data (option B) - consumers query the provider's live data directly with no duplication. Data shares are not cloud-agnostic or cross-region by default (option D) - accounts must be in the same cloud provider and region unless data replication is configured.
Topics
Community Discussion
No community discussion yet for this question.