SnowPro Core Certification — Question 1325

What is the SNOWFLAKE.ACCOUNT_USAGE view that contains information about which objects were read by queries within the last 365 days (1 year)?

Answer options

Correct answer: C

Explanation

The correct answer is C, ACCESS_HISTORY, as it specifically tracks the objects that have been accessed during the last 365 days. The other options, such as VIEWS_HISTORY, OBJECT_HISTORY, and LOGIN_HISTORY, provide different types of information that do not focus on object access within that timeframe.