SnowPro Core Certification — Question 512
How can a Snowflake user share data with another user who does not have a Snowflake account?
Answer options
- A. Share the data by implementing User-Defined Functions (UDFs)
- B. Create a reader account and create a share of the data
- C. Grant the READER privilege to the database that is going to be shared
- D. Move the Snowflake account to a region where data sharing is enabled
Correct answer: B
Explanation
The correct answer is B because creating a reader account allows users without a Snowflake account to access shared data. Options A, C, and D do not address the need for users without an account to receive data, making them unsuitable solutions for this specific scenario.