QuestionQ19

Official exam objectives/topics

Which isolation level is used by Snowflake streams?

  • A Snapshot
  • B Repeatable read
  • C Read committed
  • D Read uncommitted
Explanation

Snowflake streams use repeatable read isolation, so multiple SQL statements within a transaction see the same set of stream records. Stream delta records span from the stream’s current position to the transaction start time.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!