List of questions
Related questions
Question 10 - DEA-C01 discussion
Ron, Snowflake Developer needs to capture change data (insert only) on the source views, for that he follows the below steps:
Enable change tracking on the source views & its underlying tables.
Inserted the data via Scripts scheduled with the help of Tasks.
then simply run the below Select statements.
A.
select *
B.
from test_table
C.
changes(information => append_only)
D.
at(timestamp => (select current_timestamp()));Select the Correct Query Execution Output option below:
E.
Developer missed to create stream on the source table which can further query to cap-ture DML records.
F.
Select query will fail with error: 'SQL compilation error-Incorrect Keyword "Chang-es()" found'
G.
No Error reported, select command gives Changed records with Metadata columns as change tracking enabled on the Source views & its underlying tables.
H.
Select statement complied but gives erroneous results.
Your answer:
0 comments
Sorted by
Leave a comment first