Valid SOL-C01 Dumps shared by ExamDiscuss.com for Helping Passing SOL-C01 Exam! ExamDiscuss.com now offer the newest SOL-C01 exam dumps, the ExamDiscuss.com SOL-C01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SOL-C01 dumps with Test Engine here:
You have a permanent table 'ORDERS' in your Snowflake database. You want to create a temporary table 'TEMP ORDERS' that will automatically be dropped at the end of your session. You also want to ensure this table's data is not recoverable after the session ends. Which of the following SQL statements should you use?
Correct Answer: E
The correct answer is E. Snowflake uses the keyword `TEMPORARY or 'TEMP' to create a table that exists only for the duration of the session and is automatically dropped at the end of the session. The data in a temporary table is not recoverable. A creates permanent table, C create a transient table, and D - 'VOLATILE' table is not the keyword used in snowflake.