Database Fundamentals — Question 28

In which situation do you need to perform a restore on a database?

Answer options

Correct answer: A

Explanation

A restore is required when the data in the database is corrupted, allowing you to revert to a previous, uncorrupted state. The other options describe actions that do not necessitate a full database restore; for instance, rolling back a transaction or handling application errors do not require restoring the entire database.