Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?
Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?
Streams in Snowflake are designed specifically to track changes made to tables, including inserts, updates, and deletes. They provide a mechanism to capture and process data modifications, making them the most suitable option for this functionality.
Streams monitor DML changes made to tables
B - STREAM (act as Oracle's MV Logs)
https://docs.snowflake.com/en/user-guide/streams-intro
B. Streams
Verified