Which Snowflake database object can be used to track data changes made to table data?
Which Snowflake database object can be used to track data changes made to table data?
Streams are used in Snowflake to track changes to data in a table, including inserts, updates, and deletes. They enable capturing and querying these changes efficiently, which makes them suitable for tracking data changes.
C https://docs.snowflake.com/en/user-guide/streams-intro