COF-C02 · Question #400
COF-C02 Question #400: Real Exam Question with Answer & Explanation
The correct answer is D: SELECT. In Snowflake, an inbound data share refers to the data shared with an account by another account. The only DDL/DML operation allowed on an inbound data share is SELECT. This restriction ensures that the shared data remains read-only for the consuming account, maintaining the inte
Question
Which DDL/DML operation is allowed on an inbound data share?
Options
- AALTER TA3LE
- BINSERT INTO
- CMERGE
- DSELECT
Explanation
In Snowflake, an inbound data share refers to the data shared with an account by another account. The only DDL/DML operation allowed on an inbound data share is SELECT. This restriction ensures that the shared data remains read-only for the consuming account, maintaining the integrity and ownership of the data by the sharing account.
Topics
Community Discussion
No community discussion yet for this question.