SnowPro Core Certification — Question 382
What are ways to create and manage data shares in Snowflake? (Choose two.)
Answer options
- A. Through the Snowflake web interface (UI)
- B. Through the DATA_SHARE=TRUE parameter
- C. Through SQL commands
- D. Through the ENABLE_SHARE=TRUE parameter
- E. Using the CREATE SHARE AS SELECT * FROM TABLE command
Correct answer: A, C
Explanation
The correct methods for creating and managing data shares in Snowflake include using the Snowflake web interface (UI) and SQL commands, as these provide direct interaction with the platform's functionalities. The DATA_SHARE=TRUE and ENABLE_SHARE=TRUE parameters are not applicable for managing data shares, and while the CREATE SHARE AS SELECT * FROM TABLE command is a valid SQL command, it does not directly relate to the management of shares.