ExamGecko
Question list
Search
Search

Question 200 - COF-C02 discussion

Report
Export

What are advantages clones have over tables created with CREATE TABLE AS SELECT statement? (Choose two.)

A.
The clone always stays in sync with the original table.
Answers
A.
The clone always stays in sync with the original table.
B.
The clone has better query performance.
Answers
B.
The clone has better query performance.
C.
The clone is created almost instantly.
Answers
C.
The clone is created almost instantly.
D.
The clone will have time travel history from the original table.
Answers
D.
The clone will have time travel history from the original table.
E.
The clone saves space by not duplicating storage.
Answers
E.
The clone saves space by not duplicating storage.
Suggested answer: C, E

Explanation:

Clones in Snowflake have the advantage of being created almost instantly and saving space by not duplicating storage.This is due to Snowflake's zero-copy cloning feature, which allows for the creation of object clones without the additional storage costs typically associated with data duplication23. Clones are independent of the original table and do not stay in sync with it, nor do they inherently have better query performance.However, they do inherit the time travel history from the original table at the time of cloning

asked 23/09/2024
souhaib chabchoub
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first