
Answer-first summary for fast verification
Answer: Data shares utilize secure views for sharing view objects.
Option C is correct because data shares in Snowflake utilize secure views for sharing view objects, ensuring that the underlying data structure and sensitive information are protected. This is supported by the community discussion where multiple users selected C with upvotes, and one comment specifically mentioned that views must be created as secure views or marked secure using ALTER VIEW. Option A is incorrect because data sharing is read-only and does not support full DML operations, as clarified in a community comment referencing Snowflake documentation. Option B is incorrect because data shares work through metadata references without copying data to consumer accounts. Option D is incorrect because data shares are not cloud-agnostic by default and typically operate within the same cloud provider and region unless specifically configured otherwise.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What is a characteristic of data shares?
A
Data shares support full DML operations.
B
Data shares work by copying data to consumer accounts.
C
Data shares utilize secure views for sharing view objects.
D
Data shares are cloud agnostic and can cross regions by default.