Snowflake
COF-R02 · Question #8
Which type of table corresponds to a single Snowflake session?
The correct answer is A. Temporary. Snowflake supports creating temporary tables for storing non-permanent, transitory data (e.g. ETL data, session-specific data). Temporary tables only exist within the session in which they were created and persist only for the remainder of the session.
Snowflake Overview and Architecture
Question
Which type of table corresponds to a single Snowflake session?
Options
- ATemporary
- BTranslent
- CProvisional
- DPermanent
How the community answered
(23 responses)- A78% (18)
- B13% (3)
- C4% (1)
- D4% (1)
Explanation
Snowflake supports creating temporary tables for storing non-permanent, transitory data (e.g. ETL data, session-specific data). Temporary tables only exist within the session in which they were created and persist only for the remainder of the session.
Topics
#temporary tables#table types#session scope
Community Discussion
No community discussion yet for this question.