SnowPro Advanced: Data Engineer — Question 97

A Data Engineer is using Time Travel to clone a table using this query:

CREATE TABLE MY_TABLE_CLONE CLONE MY_TABLE
AT (OFFSET => -60*30);

An error is returned.

What could be causing the error? (Choose two.)

Answer options

Correct answer: A, E

Explanation

The correct answers are A and E because an external table cannot be cloned and the source object must exist at the specified time for cloning to work. Options B, C, and D are incorrect because they do not align with the cloning and Time Travel capabilities in this context.