COF-C02 · Question #662
What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
The correct answer is A. Via the Snowflake Web Interface (Ul) C. Via SQL commands. Snowflake Data Shares can be created and managed through the Snowflake Web UI (Snowsight) or via SQL DDL commands such as CREATE SHARE, ALTER SHARE, and GRANT <privilege> ON <object> TO SHARE. There is no 'data_share=true' parameter in Snowflake. Virtual Warehouses are compute…
Question
What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
Options
- AVia the Snowflake Web Interface (Ul)
- BVia the data_share=true parameter
- CVia SQL commands
- DVia Virtual Warehouses
How the community answered
(34 responses)- A94% (32)
- B3% (1)
- D3% (1)
Explanation
Snowflake Data Shares can be created and managed through the Snowflake Web UI (Snowsight) or via SQL DDL commands such as CREATE SHARE, ALTER SHARE, and GRANT <privilege> ON <object> TO SHARE. There is no 'data_share=true' parameter in Snowflake. Virtual Warehouses are compute resources used for query execution and have no role in creating or managing data shares.
Topics
Community Discussion
No community discussion yet for this question.