A Data Engineer is trying to clone a very large table from a source environment that has set DATA_RETENTION_TIME_IN_DAYS = 0. During the cloning operation, Data Manipulation Language (DML) transactions are executed on the source table, and the user receives the error "Data is not available." How can this error be prevented, while ensuring successful cloning of the table? (Choose two.)
Select an option, then click Submit answer.
- ○ Increase the warehouse size to speed up the cloning process and avoid DML conflicts.
- ○ Set the DATA_RETENTION_TIME_IN_DAYS = 1 for the table in the source environment before starting the cloning process, and revert it to = 0 after the clone is completed.
- ○ Avoid all DML transactions on the source table until the cloning operation is complete.
- ○ Disable Time Travel on the cloned table to reduce storage costs once the cloning is complete.
- ○ Use a CREATE TABLE AS SELECT STATEMENT to create a new table, instead of creating a clone.




