SnowPro Core Certification — Question 877

Why would a Snowflake user choose to use a transient table?

Answer options

Correct answer: D

Explanation

The correct answer is D because transient tables are designed to hold temporary data that needs to be accessible beyond the current session, but without the durability of permanent tables. Options A and C are incorrect as they refer to long-term or permanent storage, which is not the purpose of transient tables. Option B is misleading, as transient tables are not primarily for storing large data files but rather for temporary data management.