Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 28

Which type of table corresponds to a single Snowflake session?

    Correct Answer: A

    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.

Discussion
sdnv89Option: A

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

SundarrOption: A

Temporary table.

Ayush24Option: A

Temporary tables are created in a session and they cannot be accessed through different session.

Percy2112Option: A

Temporary Tables.

Mallikharjuna452Option: A

A.Temporary

ASinananOption: A

A is correct. https://docs.snowflake.com/en/user-guide/tables-temp-transient

_yyuktaOption: A

A is correct

Mayuri917233Option: A

A is correct

RajuNaikOption: A

A is correct

alanhuangjobOption: A

Answer is Temporary table.

Tapasgup007Option: A

A is correct