Multiple choice technology databases

Command to restore ingres database to valid state.

  1. accessdb

  2. rollforwarddb

  3. restoredb

  4. dbrestore

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

The rollforwarddb command in Ingres is used to restore a database by applying journal files after a restore, bringing it to a consistent state. This command rolls forward the database transactions to make it valid and current. The accessdb utility is for database access management, not restoration.