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 table.
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
A is correct. https://docs.snowflake.com/en/user-guide/tables-temp-transient
A.Temporary
Temporary Tables.
Temporary tables are created in a session and they cannot be accessed through different session.
temporary is the signle
A is correct
Answer is Temporary table.
A is correct
A is correct
A is correct