Given the statement template below, which database objects can be added to a share? (Choose two.)
GRANT [privilege] ON [object] [object_name] TO SHARE [share_name];
Given the statement template below, which database objects can be added to a share? (Choose two.)
GRANT [privilege] ON [object] [object_name] TO SHARE [share_name];
The database objects that can be added to a share include streams and tables. Streams allow you to track changes to a table, which can be useful for sharing data changes incrementally. Tables are the fundamental objects in databases that store data, making them a primary object for sharing.
Secure Data Sharing lets you share selected objects in a database in your account with other Snowflake accounts. You can share the following Snowflake objects: Databases Tables Dynamic tables External tables Iceberg tables Secure views Secure materialized views Secure user-defined functions (UDFs)
https://docs.snowflake.com/en/user-guide/data-sharing-intro
A&D can be added to share
It should be secure functions and table
right, AD are correct
BD guess
correction...AD are correct