
Answer-first summary for fast verification
Answer: SNOWFLAKE.ACCOUNT_USAGE.ACCESS_HISTORY
The SNOWFLAKE.ACCOUNT_USAGE.ACCESS_HISTORY view is specifically designed to track access patterns to Snowflake objects, including which users have queried specific tables. This view contains detailed information about object access events, making it the correct choice for identifying users who have queried a table. The community discussion shows 100% consensus on option B with multiple comments confirming this is the correct view. Other options are less suitable: WAREHOUSE_EVENT_HISTORY tracks warehouse operations, COLUMNS provides metadata about table columns, and OBJECT_DEPENDENCIES shows relationships between objects but not access patterns.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.