SnowPro Core Certification — Question 1267
A stream can be created on which Snowflake objects to record data manipulation language (DML) changes? (Choose two.)
Answer options
- A. Databases
- B. Standard tables
- C. Standard views
- D. Schemas
- E. Pipes
Correct answer: B, C
Explanation
The correct answers are B and C because streams in Snowflake are specifically designed to track changes in standard tables and standard views. Options A, D, and E are incorrect since databases, schemas, and pipes do not support the creation of streams for capturing DML changes.