[database]Functions provided by DBMS

Here is a list of non-exhaustive functions provided by DBMS (Database management system)

  • To prevent data lost during system failure, it should provide reliable recovery service.
  • Provide transaction service for user such as read (select), update, delete, commit, insert, rollback.
  • Provide authorisation service such as permission for user to insert (write new data), update (update existing data), read (select), delete on a database table.
  • User accessible catalogue such as the use of views, which provide what user is required to read.
  • Concurrent transaction protocol to prevent lost updates during transaction example of such protocol is two phase locking (TPL).
  • Provide storage, retrieval and update services.
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s