What are advantages clones have over tables created with CREATE TABLE AS SELECT statement? (Choose two.)
The clone always stays in sync with the original table.
The clone has better query performance.
The clone is created almost instantly.
The clone will have time travel history from the original table.
The clone saves space by not duplicating storage.
Submit