Which DDL/DML operation is allowed on an inbound data share?
Which DDL/DML operation is allowed on an inbound data share?
Inbound data shares typically allow only read operations. This means that the only allowable operation from the given options on an inbound data share is a SELECT operation, which is used to retrieve data. DML operations like INSERT INTO or MERGE, and DDL operations like ALTER TABLE, are not permitted on shared data since those imply modifications to the data or its structure.
You can't alter a shared table, only the share itself to add/remove accounts
D. SELECT
D. Select is the correct answer.
D is correct. Select
A is the answer
A. SELECT
https://docs.snowflake.com/en/user-guide/data-sharing-provider#ddl-for-shares