SnowPro Core Certification — Question 302
Which Snowflake objects can be shared with other Snowflake accounts? (Choose three.)
Answer options
- A. Schemas
- B. Roles
- C. Secure Views
- D. Stored Procedures
- E. Tables
- F. Secure User-Defined Functions (UDFs)
Correct answer: C, E, F
Explanation
The correct answers, C (Secure Views), E (Tables), and F (Secure User-Defined Functions), can be shared with other Snowflake accounts, enabling collaboration and data sharing. Options A (Schemas), B (Roles), and D (Stored Procedures) are not shareable objects, limiting their use to the account in which they are created.