What is a Log:
Log is nothing but a transaction log. A transaction log is a file which stores the history of actions executed by a database management system, which is used to recover at the time of crashes.All databases maintain log files that keep records of database changes.
Types of logging strategy choices:
1. Circular logging2. Retain log records