SnowPro Core Certification — Question 866

Which DDL/DML operation is allowed on an inbound data share?

Answer options

Correct answer: D

Explanation

The correct answer is D, SELECT, because inbound data shares allow for read operations but do not permit modifications to the data itself. Options A (ALTER TABLE), B (INSERT INTO), and C (MERGE) imply changes to the structure or content of the data, which are not allowed in this context.