SnowPro Core Certification — Question 382

What are ways to create and manage data shares in Snowflake? (Choose two.)

Answer options

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.