SnowPro Core Certification — Question 993
Which Snowflake database object can be used to track data changes made to table data?
Answer options
- A. Tag
- B. Task
- C. Stream
- D. Stored procedure
Correct answer: C
Explanation
A Stream in Snowflake is specifically designed to capture and track changes made to data in a table, allowing for efficient data management and replication. The other options, such as Tag, Task, and Stored procedure, serve different functions and do not provide the capability to monitor data changes like a Stream does.