List of questions
Related questions
Question 5 - DEA-C01 discussion
To advance the offset of a stream to the current table version without consuming the change data in a DML operation, which of the following operations can be done by Data Engineer? [Select 2]
A.
using the CREATE OR REPLACE STREAM syntax, Recreate the STREAM
B.
Insert the current change data into a temporary table. In the INSERT statement, query the stream but include a WHERE clause that filters out all of the change data (e.g. WHERE 0 = 1).
C.
A stream advances the offset only when it is used in a DML transaction, so none of the options works without consuming the change data of table.
D.
Delete the offset using STREAM properties SYSTEM$RESET_OFFSET( <stream_id> )
Your answer:
0 comments
Sorted by
Leave a comment first