Which database objects can be shared with the Snowflake secure data sharing feature? (Choose two.)
Which database objects can be shared with the Snowflake secure data sharing feature? (Choose two.)
Snowflake's secure data sharing feature allows the sharing of several database objects, including external tables and Secure User-Defined Functions (UDFs). These objects are specifically designed to maintain security and integrity while being shared across different Snowflake accounts. External tables allow data stored outside of Snowflake to be queried as if it were located within Snowflake, making them shareable. Secure UDFs allow users to define their own functions securely, maintaining the integrity and security of the shared function.
B. External tables C. Secure User-Defined Functions (UDFs)
https://docs.snowflake.com/en/user-guide/data-sharing-intro Secure Data Sharing lets you share selected objects in a database in your account with other Snowflake accounts. You can share the following Snowflake database objects: Tables External tables Secure views Secure materialized views Secure UDFs
BC are correct
correct
BC correct
correct answer