What Snowflake object records Data Manipulation Language (DML) changes so that actions can be taken using the changed data?
What Snowflake object records Data Manipulation Language (DML) changes so that actions can be taken using the changed data?
A Stream in Snowflake is used to record Data Manipulation Language (DML) changes so that actions can be taken using the changed data. Streams track changes to tables, making it possible to identify new, deleted, or modified rows. This allows for actions to be executed based on the changed data, making 'Stream' the correct choice.
for sure "Stream"
B is correct