Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 612

Which Snowflake object can be used to record DML changes made to a table?

    Correct Answer: C

    A Stream object in Snowflake is used to record DML (data manipulation language) changes made to a table. Streams track changes such as inserts, updates, and deletes, allowing for further action on these changes. This makes them the correct object for recording DML changes in Snowflake.

Discussion
learner2023Option: C

https://docs.snowflake.com/en/user-guide/streams

nexerSnowOption: C

A stream object records data manipulation language (DML) changes made to tables, including inserts, updates, and deletes, as well as metadata about each change, so that actions can be taken using the changed data.

HeetecOption: C

C correct

MultiCloudIronManOption: C

Correct