COF-C02 · Question #471
Which Snowflow object does not consume and storage costs?
The correct answer is C. Temporary table. Temporary tables in Snowflake do not consume storage costs. They are designed for transient data that is needed only for the duration of a session. Data stored in temporary tables is held in the virtual warehouse's cache and does not persist beyond the session's lifetime…
Question
Which Snowflow object does not consume and storage costs?
Options
- ASecure view
- BMaterialized view
- CTemporary table
- DTransient table
How the community answered
(47 responses)- A4% (2)
- B9% (4)
- C72% (34)
- D15% (7)
Explanation
Temporary tables in Snowflake do not consume storage costs. They are designed for transient data that is needed only for the duration of a session. Data stored in temporary tables is held in the virtual warehouse's cache and does not persist beyond the session's lifetime, thereby not incurring any storage charges.
Topics
Community Discussion
No community discussion yet for this question.