Multiple choice technology programming languages

The process of applying redo log files during recovery operation is called

  1. rolling backward

  2. restore

  3. recovery

  4. rolling forward

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Rolling forward is the process of applying redo log files to a restored database backup to bring it to a consistent state. Rolling backward is undoing uncommitted changes, and restore is just copying database files.