SnowPro Core Certification — Question 862
What operation can be performed using Time Travel?
Answer options
- A. Restoring tables that have been dropped from a data share
- B. Extending a permanent table’s retention duration from 90 to 100 days
- C. Creating a clone of an entire table at a specific point in the past from a permanent table
- D. Disabling Time Travel for a specific object by setting DATA_RETENTION_TIME_IN_DAYS to NULL
Correct answer: C
Explanation
The correct answer, C, is accurate because Time Travel allows users to create a historical clone of a table at a specific past point. Options A, B, and D are incorrect as they do not directly relate to the core functionality of Time Travel, which is focused on accessing historical data rather than modifying retention settings or restoring dropped tables.