SnowPro Core Certification — Question 510

Which Snowflake objects can be used to reduce data storage costs for short-lived tables? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Temporary tables and transient tables are designed specifically for short-term use, allowing for lower storage costs since they do not incur the same costs as permanent tables. Provisional tables are not a recognized Snowflake object, and lookup tables typically serve a different purpose, making them unsuitable for this context.