Which statement best describes how Snowflake secure data sharing works?
Think about whether data physically moves or stays put during sharing.
Snowflake secure data sharing allows consumers to query data directly in the provider's account without copying or moving it.
Which combination of Snowflake objects must a provider create to share data securely with a consumer?
Consider what objects define the shared data and the sharing mechanism.
The provider creates a share and adds database objects to it. The consumer accesses the shared data via the share.
What is the effect of granting SELECT privileges on a table to a share in Snowflake?
Think about what SELECT privilege allows.
Granting SELECT on a table to a share allows consumers to read data but not modify or delete it.
When a consumer queries data shared via Snowflake secure sharing, where is the query executed?
Consider where compute resources run and where data physically resides.
The consumer's virtual warehouse runs the query, accessing the provider's data remotely without copying it.
Which approach best protects sensitive columns when sharing data securely in Snowflake?
Think about controlling data visibility at the object level within Snowflake.
Using secure views to exclude or mask sensitive columns ensures only allowed data is shared securely.