Which statement about data sharing is true?
Which statement about data sharing is true?
Data sharing in Snowflake requires that objects be explicitly added to a share by the Data Provider. The Data Consumer can only see the objects that the Data Provider has granted access to via the share. This ensures that only the specified data is shared and nothing else inadvertently becomes accessible.
https://docs.snowflake.com/en/user-guide/data-sharing-provider.html#general-data-sharing-considerations-and-usage
C is correct answer A new object created in a database in a share is not automatically available to consumers. To make the object available to consumers, you must use the GRANT <privilege> … TO SHARE command to explicitly add the object to the share. https://docs.snowflake.com/en/user-guide/data-sharing-provider.html#general-data-sharing-considerations-and-usage
Not entirely sure, but I'd go for (A) here. Sharing is not limited to specific versions. Why I don't think the correct answer is (C): The earlier mentioned link below is saying that NEW objects are not automatically available to consumers and explicitly need to be added to the share. But answer option (C) is not specifying this. https://docs.snowflake.com/en/user-guide/data-sharing-provider.html#general-data-sharing-considerations-and-usage
C. The Data Consumer can only see objects in the Data Provider’s source database that have been explicitly added to the share.
It's not A because : If you have Business Critical account, please note the following conditions for sharing data with other (i.e. consumer) accounts https://docs.snowflake.com/en/user-guide/data-sharing-provider#data-sharing-and-business-critical-accounts
C is correct
I choose C
Both A & C are true
But A option cannot be selected for single selection option because: https://docs.snowflake.com/en/sql-reference/sql/create-share#:~:text=Provider%20sharing%20is,Snowflake%20Support.
It should be A