SnowPro Core Certification — Question 90
What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
Answer options
- A. Via the Snowflake Web Interface (UI)
- B. Via the DATA_SHARE=TRUE parameter
- C. Via SQL commands
- D. Via Virtual Warehouses
Correct answer: A, C
Explanation
The correct answers are A and C because the Snowflake Web Interface (UI) allows users to visually manage Data Shares, and SQL commands can be utilized to programmatically create and control Data Shares. Options B and D are incorrect as the DATA_SHARE=TRUE parameter is not a valid method for managing Data Shares, and Virtual Warehouses do not directly manage Data Shares.