Which type of table corresponds to a single Snowflake session?
Which type of table corresponds to a single Snowflake session?
A temporary table corresponds to a single Snowflake session. Temporary tables exist only within the session in which they were created and are automatically dropped at the end of the session. They cannot be accessed outside the session in which they were created.
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#temporary-tables
Temporary table.
Temporary tables are created in a session and they cannot be accessed through different session.
Temporary Tables.
A.Temporary
A is correct. https://docs.snowflake.com/en/user-guide/tables-temp-transient
A is correct
A is correct
A is correct
Answer is Temporary table.
A is correct