COF-C02 · Question #502
Which Snowflake table type persists until it is explicitly dropped. is available for all users with relevant privileges (across sessions). and has no Fail-safe period?
The correct answer is D. Transient. Transient tables persist beyond session boundaries (unlike Temporary tables, which are session-scoped) and are available to any user with the appropriate privileges. However, they have a Time Travel period of 0 or 1 day and, critically, have NO Fail-safe period (Fail-safe = 0…
Question
Which Snowflake table type persists until it is explicitly dropped. is available for all users with relevant privileges (across sessions). and has no Fail-safe period?
Options
- AExternal
- BPermanent
- CTemporary
- DTransient
How the community answered
(51 responses)- A6% (3)
- B2% (1)
- C4% (2)
- D88% (45)
Explanation
Transient tables persist beyond session boundaries (unlike Temporary tables, which are session-scoped) and are available to any user with the appropriate privileges. However, they have a Time Travel period of 0 or 1 day and, critically, have NO Fail-safe period (Fail-safe = 0 days). Permanent tables have both Time Travel and a 7-day Fail-safe period, making them more expensive to store. Temporary tables exist only within a single session. External tables reference data in external cloud storage and have no Fail-safe, but they don't 'store' data internally. Transient tables are designed for data that does not need the extra protection and cost of Fail-safe.
Topics
Community Discussion
No community discussion yet for this question.