What is one of the characteristics of data shares?
What is one of the characteristics of data shares?
Data shares utilize secure views for sharing view objects, which ensures that the sensitive information is protected while sharing. This feature allows for controlled and secure access to the shared data, making it possible for only authorized users to view the data. Full DML operations are not supported in data shares as the data is shared in a read-only format. Additionally, data shares do not work by copying data to consumer accounts; instead, they provide access to the data without physical duplication. Data shares are also not inherently cloud agnostic or able to cross regions by default.
A view can only be shared if it is created as a secure view or marked secure using the ALTER VIEW view_name SET_SECURE statement.
Correct
the right is A DML are supported in share
Data sharing in Snowflake is read-only, meaning that all database objects shared between accounts cannot be modified or deleted, including adding or modifying table data 1. https://docs.snowflake.com/en/user-guide/data-sharing-intro