Question-210: It is recommended that you truncate the table before restoring it.
- True
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans: A
Exp: Yes, it is recommended that you should truncate the table before initiating a restore. Reason being suppose some data have been deleted(accidently) from the table, which would have Tombstone data with the later write timestamp then the same data in the backed-up snapshot file.
You can access to full explanation to question and answer from this page.