Which type of table corresponds to a single Snowflake session?
A.
Temporary
B.
Translent
C.
Provisional
D.
Permanent
The Answer Is:
A
This question includes an explanation.
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.