COF-C02 · Question #287
How long does Snowflake retain information in the ACCESS HISTORY view?
The correct answer is D. 365 days. The ACCESS_HISTORY view in the SNOWFLAKE.ACCOUNT_USAGE schema retains data for 365 days (D) - one full year. This view tracks which users accessed which data objects (tables, columns, stages) and when, supporting compliance, auditing, and data governance use cases. The 365-day…
Question
How long does Snowflake retain information in the ACCESS HISTORY view?
Options
- A7 days
- B14 days
- C28 days
- D365 days
How the community answered
(39 responses)- A5% (2)
- B3% (1)
- C3% (1)
- D90% (35)
Explanation
The ACCESS_HISTORY view in the SNOWFLAKE.ACCOUNT_USAGE schema retains data for 365 days (D) - one full year. This view tracks which users accessed which data objects (tables, columns, stages) and when, supporting compliance, auditing, and data governance use cases. The 365-day retention is notably longer than many other ACCOUNT_USAGE views (which often retain 14 days) due to the regulatory importance of access audit trails.
Topics
Community Discussion
No community discussion yet for this question.