Which of the following are common use cases for zero-copy cloning? (Choose three.)
Which of the following are common use cases for zero-copy cloning? (Choose three.)
Zero-copy cloning is a technique used in database systems to create quick duplicates of data without physically copying the data itself. The common use cases for zero-copy cloning include quick provisioning of Dev and Test/QA environments, as it allows developers to create working copies of the database in an efficient manner. Data backups can also benefit from zero-copy cloning since it enables logical copies of data to be kept for data recovery purposes. Point-in-time snapshots is another use case where zero-copy cloning is beneficial as it captures the state of the database at a specific point in time for future reference or recovery.
ABC is correct
I think replication better represents data backup. Zero copy clone does not create physical backups, it's two logical data objects pointing to the same physical location.
I think it's meant as a backup in the same way that it's a snapshot. It has data up to a certain point in time, then when the original table is modified, you still have the clone.
ABC chocolate
Correct answer
A,B,C are correct
A B and C are correct
ABC correct
ABC is correct