COF-C02 · Question #58
Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?
The correct answer is B. Streams. In Snowflake, Streams are the objects that track Data Manipulation Language (DML) changes made to tables, such as inserts, updates, and deletes. Streams record these changes along with metadata about each change, enabling actions to be taken using the changed data. This process…
Question
Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?
Options
- APipes
- BStreams
- CTasks
- DProcedures
How the community answered
(30 responses)- A3% (1)
- B93% (28)
- C3% (1)
Explanation
In Snowflake, Streams are the objects that track Data Manipulation Language (DML) changes made to tables, such as inserts, updates, and deletes. Streams record these changes along with metadata about each change, enabling actions to be taken using the changed data. This process is known as change data capture (CDC).
Topics
Community Discussion
No community discussion yet for this question.