Database Management System (DBMS)

Database Management System (DBMS). This tutorial is for both beginners and professionals. DBMS was developed by IBM in the year 1960 by Charles William Bachman.

The Database Management System is a collection of data that is used to insert, delete and retrieve data in an efficient way. It is also used to organize the data in the form of Schema, tables, views, reports, etc.
For Example, The School Database Organizes the data about the admin, students, faculty, staff, etc.
However, Using the DBMS, you can easily insert, delete, and retrieve the information.

Database Management System (DBMS):

  • The DBMS provides protection and security to the databases. In the case of more user’s it also manage data consistency.
  • DBMS gives an interface to perform many operations such as storing data, creation data, updating data, creating a table in the database and many more.
  • DBMS is a program that manipulates to manage the database. For Example Oracle, MySQL, etc are powerful database system which is using in different Applications.

Characteristics of DBMS:

  • The DBMS contains an automatic backup and recovery system.
  • DBMS reduces the complexity of data in an organized way.
  • DBMS uses a digital repository standard on a server to store and organize the information.
  • It allows a clear and logical view of the process that manipulating the data.
  • DBMS is use to provide secure security of data.
  • It contains Atomicity, Consistency, Isolation, and Durability (ACID) properties which organize the data in a healthy state in case of failure.
  • it is use to support the manipulate and process of the data.
  • DBMS is use to provide security of data.
  • The database management system views the data from different viewpoints according to the need of the user.

Leave a Reply

Your email address will not be published. Required fields are marked *