ExamGecko
Question list
Search
Search

Question 555 - COF-C02 discussion

Report
Export

Which Snowflake feature records changes mace to a table so actions can be taken using that change data capture?

A.
Materialized View
Answers
A.
Materialized View
B.
Pipe
Answers
B.
Pipe
C.
Stream
Answers
C.
Stream
D.
Task
Answers
D.
Task
Suggested answer: C

Explanation:

Snowflake's Streams feature is specifically designed for change data capture (CDC). A stream records insert, update, and delete operations performed on a table, and allows users to query these changes. This enables actions to be taken on the changed data, facilitating processes like incremental data loads and real-time analytics. Streams provide a powerful mechanism for applications to respond to data changes in Snowflake tables efficiently. References: Snowflake Documentation on Streams

asked 23/09/2024
Wellington Rodrigues da Costa
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first