Which type of table corresponds to a single Snowflake session?

Which type of table corresponds to a single Snowflake session?
A . Temporary
B . Translent
C . Provisional
D . Permanent

Answer: A

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. https://docs.snowflake.com/en/user-guide/tables-temp-transient.html#:~:text=Snowflake%20supports%20creating%20temporary%20tables,the%2 0remainder%20of%20the%20session.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments