Which Snowflake database object can be shared with other accounts?
Which Snowflake database object can be shared with other accounts?
Secure User-Defined Functions (UDFs) can be shared with other accounts in Snowflake. This is because Snowflake allows the sharing of secure objects, and Secure UDFs fall under this category.
from doc: https://docs.snowflake.com/en/user-guide/data-sharing-intro You can share the following Snowflake database objects: Tables External tables Secure views Secure materialized views Secure UDFs
C https://docs.snowflake.com/en/user-guide/data-sharing-intro
correct
C is correct
C is correct
B is right