exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 1245 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 1245
Topic #: 1
[All SnowPro Core Questions]

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

  • A. SELECT
  • B. INSERT
  • C. CREATE
  • D. COPY INTO [location]
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ArunRav
2 weeks, 6 days ago
Selected Answer: B
https://docs.snowflake.com/en/user-guide/streams-intro#offset-storage
upvoted 1 times
...
hola_prep
4 weeks ago
Selected Answer: B
A stream object's offset in Snowflake advances when it's used in a DML (Data Manipulation Language) statement, like INSERT, UPDATE, or DELETE. Specifically, it advances when the DML operation is part of a transaction that either commits or is rolled back.
upvoted 1 times
...
37ceea2
6 months ago
Selected Answer: B
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).
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...