Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 723

What is one of the characteristics of data shares?

    Correct Answer: C

    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.

Discussion
JG1984Option: C

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.

MultiCloudIronManOption: C

Correct

mgariOption: A

the right is A DML are supported in share

luisdiaz

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