Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake Exam DEA-C01 Topic 1 Question 7 Discussion

Actual exam question for Snowflake's DEA-C01 exam
Question #: 7
Topic #: 1
[All DEA-C01 Questions]

Database XYZ has the data_retention_time_in_days parameter set to 7 days and table xyz.public.ABC has the data_retention_time_in_days set to 10 days.

A Developer accidentally dropped the database containing this single table 8 days ago and just discovered the mistake.

How can the table be recovered?

Show Suggested Answer Hide Answer
Suggested Answer: B

External functions must be scalar functions. A scalar external function returns a single value for each input row.


Contribute your Thoughts:

Dianne
8 hours ago
I see your point, but I still think option B makes more sense in this scenario
upvoted 0 times
...
William
3 days ago
I disagree, I believe the correct answer is C) create table abc_restore clone xyz.public.abc at (offset => -30G*24*3)
upvoted 0 times
...
Dianne
4 days ago
I think the answer is B) create -able abc_restore as select * from xyz.public.abc at {offset => -60*60*24*8}
upvoted 0 times
...
Hortencia
8 days ago
Hmm, that makes sense too. Let's see what others think before deciding
upvoted 0 times
...
Tiera
9 days ago
I disagree, I believe the correct answer is D) Create a Snowflake Support case to restore the database and table from a backup
upvoted 0 times
...
Hortencia
13 days ago
I think the answer is B) create -able abc_restore as select * from xyz.public.abc at {offset => -60*60*24*8}
upvoted 0 times
...

Save Cancel