Question-210: It is recommended that you truncate the table before restoring it.

  1. True
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. 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.