A user needs to know this information about an object:
1. Who accessed the data?
2. When was the data accessed?
3. What columns were accessed?
Which ACCOUNT_USAGE schema view should be used?
QUERY_HISTORY
ACCESS_HISTORY
EVENT_USAGE_HISTORY
OBJECT_DEPENDENCIES
Submit