SnowPro Core Certification — Question 1314
Which Snowflake feature records changes made to a table so actions can be taken using that change data capture?
Answer options
- A. Materialized View
- B. Pipe
- C. Stream
- D. Task
Correct answer: C
Explanation
The correct answer is C, Stream, which is specifically designed to track changes to table data and enable change data capture. Materialized Views (A) are used for query performance enhancement, Pipes (B) facilitate data ingestion, and Tasks (D) automate SQL statements, but none of these features track table changes like Streams do.