Restore Row

Many databases maintain customer records, and our LumigentDemoDB sample is no exception. When a record is damaged - perhaps a bad update was performed - it is traditionally difficult to recover the previous data. Log Explorer provides an easy one-click rollback function to restore a row to the values it held at any point in time.

To demonstrate how simple this is, we will:

  1. Create a new customer in the database
  2. Run several transactions to simulate a series of updates
  3. Add a 2nd new customer record that we do not want to lose
  4. View the history of changes
  5. Restore the 1st new customer row to an earlier state

View Script

Click 'Next' to create and update the customer database (steps 1-3).