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

Which parameter can be set at the account level to set the minimum number of days for which Snowflake retains historical data in Time Travel?

    Correct Answer: A

    DATA_RETENTION_TIME_IN_DAYS is the parameter that can be set at the account level to specify the number of days for which Snowflake retains historical data for Time Travel. This setting determines the duration for which you can access and query data from past states of tables within Snowflake.

Discussion
nexerSnowOption: C

MIN_DATA_RETENTION_TIME_IN_DAYS: Used to set the minimum data retention period for retaining historical data for Time Travel operations. https://docs.snowflake.com/en/sql-reference/parameters

Jacobr5000Option: C

"Used to set the minimum data retention period for retaining historical data for Time Travel operations."

663f98fOption: A

The parameter that can be set at the account level to set the minimum number of days for which Snowflake retains historical data in Time Travel is A. DATA_RETENTION_TIME_IN_DAYS. This parameter allows you to specify how long Snowflake retains the historical data, enabling you to access and query data from past states of tables within the specified time frame.