
Answer-first summary for fast verification
Answer: Create streams on objects in the database., Query data from the objects in the database.
Based on Snowflake documentation and the community discussion consensus, consumers of shared databases can query data from the objects in the database (E) and create streams on shared database objects (D). The official Snowflake documentation explicitly states that consumers can create streams on shared views or tables, and can query the shared data. However, consumers cannot query Time Travel data (C) as this is explicitly prohibited in the documentation. Creating clones (A) is not supported for imported/shared databases, and editing comments (B) would require write permissions that consumers don't have. The community discussion shows evolving consensus toward D and E, with multiple users citing the official documentation that confirms these capabilities while explicitly ruling out Time Travel queries.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which two actions can be performed by a consumer of a shared database?
A
Create a clone of the database.
B
Edit the comments for the database.
C
Query Time Travel data on the database.
D
Create streams on objects in the database.
E
Query data from the objects in the database.
No comments yet.