What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
A.
Via the Snowflake Web Interface (Ul)
B.
Via the data_share=true parameter
C.
Via SQL commands
D.
Via Virtual Warehouses
The Answer Is:
A, C
This question includes an explanation.
Explanation:
In Snowflake, Data Shares can be created and managed in two primary ways:
Via the Snowflake Web Interface (UI): Users can create and manage shares through the graphical interface provided by Snowflake, which allows for a user-friendly experience.
Via SQL commands: Snowflake also allows the creation and management of shares using SQL commands. This method is more suited for users who prefer scripting or need to automate the process.