answersLogoWhite

0

First of all what is DBMS?

DBMS is DataBase Management System. It is a special software that manages databases.

One of features provided with DBMS is transactions that uses logging system very often.

Log is a special table (most of the time) there all activity (logging to system, removing, editing, creating, etc) inside database is logged and could be later used for other purposes. It could used by transaction mechanism in order to recover old data or for administration purposes.

User Avatar

Wiki User

16y ago

What else can I help you with?