Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What are two advantages of using clones compared to tables created with the CREATE TABLE AS SELECT (CTAS) statement?
A
The clone always stays in sync with the original table.
B
The clone has better query performance.
C
The clone is created almost instantly.
D
The clone will have time travel history from the original table.
E
The clone saves space by not duplicating storage.