The mechanism is transaction log mining. A transactional database records every modification, such as inserts, updates, or deletes, in a sequential file known as a transaction log or redo log. This log is essential for database recovery, ensuring that if the system crashes, it can replay events to retu....
Log in to view the answer