SnowPro Core Certification — Question 878
What actions can be performed by a consumer account on a shared database? (Choose two.)
Answer options
- A. Cloning a shared table
- B. Modifying the data in a shared table
- C. Using Time Travel on a shared table
- D. Executing the SELECT statement on a shared table
- E. Joining the data from a shared table with another table
Correct answer: D, E
Explanation
The correct answers are D and E because a consumer account can execute SELECT statements to retrieve data and can join data from shared tables with other tables. Options A, B, and C are incorrect as consumer accounts do not have permissions to clone or modify the data in shared tables or to use Time Travel.