SnowPro Core Certification — Question 1292
Which view can be used to track the read and write operations that have been performed on a table?
Answer options
- A. COPY_HISTORY
- B. ACCESS_HISTORY
- C. QUERY_HISTORY
- D. TASK_HISTORY
Correct answer: B
Explanation
The correct answer is B. ACCESS_HISTORY, as it specifically logs the read and write operations on a table. The other options do not provide this specific tracking; for instance, COPY_HISTORY pertains to data copy operations, QUERY_HISTORY logs executed queries, and TASK_HISTORY records task executions.