
Answer-first summary for fast verification
Answer: Standard tables, Standard views
According to Snowflake documentation referenced in the community discussion, streams can be created on standard tables and standard views to record DML changes. The documentation states that streams record changes made to tables, directory tables, dynamic tables, external tables, or the underlying tables in a view (including secure views). Option A (Databases) is incorrect because streams are created on specific objects within databases, not on databases themselves. Option D (Schemas) is incorrect as streams are created on objects within schemas, not on schemas directly. Option E (Pipes) is incorrect because pipes are used for data loading operations, not for recording DML changes.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.