SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 1213


A stream object will advance its offset when it is used in which statement?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
37ceea2Option: B
Feb 2, 2025

https://docs.snowflake.com/en/user-guide/streams-intro Note To advance the offset of a stream to the current table version without consuming the change data in a DML operation, complete either of the following actions: Recreate the stream (using the CREATE OR REPLACE STREAM syntax). 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).