Which stream type can be used for tracking the records in external tables?
Which stream type can be used for tracking the records in external tables?
For tracking records in external tables, the 'Insert-only' stream type is used. This is because only insert operations are supported for streams on external tables, making it the appropriate choice for this purpose.
C. Insert-only : Supported for streams on external tables only. https://docs.snowflake.com/en/user-guide/streams-intro
Insert-only: Supported for streams on external tables only. https://docs.snowflake.com/en/user-guide/streams-intro
Correct
insert