Database Fundamentals — Question 65
Which database term is used to describe the process of applying a backup to a damaged or corrupt database?
Answer options
- A. Recover
- B. Restore
- C. Commit
- D. Attach
Correct answer: B
Explanation
The correct answer is 'Restore' because it specifically refers to the action of bringing a backup into a database to recover it from damage. 'Recover' is related but does not specifically denote the use of a backup. 'Commit' pertains to finalizing a transaction, and 'Attach' involves connecting a database file to a server, neither of which address the restoration process.