SnowPro Core Certification — Question 600

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

Answer options

Correct answer: C

Explanation

The correct answer is C, Stream, as it is specifically designed to capture and record DML changes to a table in Snowflake. Options A (Snowpipe) and B (Stage) are related to data ingestion and storage, while D (Task) pertains to scheduling and executing SQL statements, not directly related to tracking changes.