SnowPro Core Certification — Question 543
Which Snowflake database object can be shared with other accounts?
Answer options
- A. Tasks
- B. Pipes
- C. Secure User-Defined Functions (UDFs)
- D. Stored Procedures
Correct answer: C
Explanation
Secure User-Defined Functions (UDFs) are the only Snowflake database objects that can be shared across different accounts, allowing for greater collaboration and reuse of code. Tasks, Pipes, and Stored Procedures do not have this capability, as they are typically used within the confines of a single account.