What is database management system what are its advantages?

Database Management System (DBMS) is software for storing and retrieving users’ data while considering appropriate security measures. It consists of a group of programs that manipulate the database. The DBMS accepts the request for data from an application and instructs the operating system to provide the specific data. In large systems, a DBMS helps users and other third-party software store and retrieve data.

DBMS allows users to create their own databases as per their requirements. The term “DBMS” includes the user of the database and other application programs. It provides an interface between the data and the software application. 

In this Database Management System tutorial, you will learn DBMS concepts like-

Table of Content:

  • What is DBMS?
  • Example of a DBMS
  • History of DBMS
  • Characteristics of DBMS
  • DBMS vs. Flat File
  • Users of DBMS
  • Popular DBMS Software
  • Application of DBMS
  • Types of DBMS
  • Advantages of DBMS
  • Disadvantage of DBMS
  • When not to use a DBMS system?
  • Summary

Example of a DBMS

Let us see a simple example of a university database. This database is maintaining information concerning students, courses, and grades in a university environment. The database is organized as five files:

  • The STUDENT file stores the data of each student
  • The COURSE file stores contain data on each course.
  • The SECTION stores information about sections in a particular course.
  • The GRADE file stores the grades which students receive in the various sections
  • The TUTOR file contains information about each professor.

To define DBMS:

  • We need to specify the structure of the records of each file by defining the different types of data elements to be stored in each record.
  • We can also use a coding scheme to represent the values of a data item.
  • Basically, your Database will have 5 tables with a foreign key defined amongst the various tables.

History of DBMS


Here, are the important landmarks from the history of DBMS:
  • 1960 – Charles Bachman designed the first DBMS system
  • 1970 – Codd introduced IBM’S Information Management System (IMS)
  • 1976- Peter Chen coined and defined the Entity-relationship model, also known as the ER model
  • 1980 – Relational Model becomes a widely accepted database component
  • 1985- Object-oriented DBMS develops.
  • 1990s- Incorporation of object-orientation in relational DBMS.
  • 1991- Microsoft ships MS access, a personal DBMS, and that displaces all other personal DBMS products.
  • 1995: First Internet database applications
  • 1997: XML applied to database processing. Many vendors begin to integrate XML into DBMS products.

Characteristics of DBMS

Here are the characteristics and properties of a Database Management System:

  • Provides security and removes redundancy
  • Self-describing nature of a database system
  • Insulation between programs and data abstraction
  • Support of multiple views of the data
  • Sharing of data and multiuser transaction processing
  • Database Management Software allows entities and relations among them to form tables.
  • It follows the ACID concept ( Atomicity, Consistency, Isolation, and Durability).
  • DBMS supports a multi-user environment that allows users to access and manipulate data in parallel.

DBMS vs. Flat File

DBMSFlat File Management SystemMulti-user accessIt does not support multi-user accessDesign to fulfill the need of small and large businessesIt is only limited to smaller DBMS systems.Remove redundancy and Integrity.Redundancy and Integrity issuesExpensive. But in the long term Total Cost of Ownership is cheapIt’s cheaperEasy to implement complicated transactionsNo support for complicated transactions

Users of DBMS

Following are the various category of users of DBMS

Component NameTaskApplication ProgrammersThe Application programmers write programs in various programming languages to interact with databases.Database AdministratorsDatabase Admin is responsible for managing the entire DBMS system. He/She is called Database admin or DBA.End-UsersThe end users are the people who interact with the database management system. They conduct various operations on databases like retrieving, updating, deleting, etc.

Here is the list of some popular DBMS systems:

  • MySQL
  • Microsoft Access
  • Oracle
  • PostgreSQL
  • dBASE
  • FoxPro
  • SQLite
  • IBM DB2
  • LibreOffice Base
  • MariaDB
  • Microsoft SQL Server

Application of DBMS

Below are the popular database system applications:

SectorUse of DBMSBankingFor customer information, account activities, payments, deposits, loans, etc.AirlinesFor reservations and schedule information.UniversitiesFor student information, course registrations, colleges, and grades.TelecommunicationIt helps to keep call records, monthly bills, maintain balances, etc.FinanceFor storing information about stock, sales, and purchases of financial instruments like stocks and bonds.SalesUse for storing customer, product & sales information.ManufacturingIt is used to manage the supply chain and track the production of items. Inventories status in warehouses.HR ManagementFor information about employees, salaries, payroll, deduction, generation of paychecks, etc.

Types of DBMS

What is database management system what are its advantages?
Types of DBMS

The main Four Types of Database Management Systems are:

  • Hierarchical database
  • Network database
  • Relational database
  • Object-Oriented database

Hierarchical DBMS

In a Hierarchical database, model data is organized in a tree-like structure. Data is Stored Hierarchically (top-down or bottom-up) format. Data is represented using a parent-child relationship. In Hierarchical DBMS, parents may have many children, but children have only one parent.

Network Model

The network database model allows each child to have multiple parents. It helps you to address the need to model more complex relationships like the orders/parts many-to-many relationship. In this model, entities are organized in a graph which can be accessed through several paths.

Relational Model

Relational DBMS is the most widely used DBMS model because it is one of the easiest. This model is based on normalizing data in the rows and columns of the tables. Relational model stored in fixed structures and manipulated using SQL.

Object-Oriented Model

In the Object-oriented Model data is stored in the form of objects. The structure is called classes which display data within it. It is one of the components of DBMS that defines a database as a collection of objects that stores both data members’ values and operations.

Advantages of DBMS

  • DBMS offers a variety of techniques to store & retrieve data
  • DBMS serves as an efficient handler to balance the needs of multiple applications using the same data
  • Uniform administration procedures for data
  • Application programmers are never exposed to details of data representation and storage.
  • A DBMS uses various powerful functions to store and retrieve data efficiently.
  • Offers Data Integrity and Security
  • The DBMS implies integrity constraints to get a high level of protection against prohibited access to data.
  • A DBMS schedules concurrent access to the data in such a manner that only one user can access the same data at a time
  • Reduced Application Development Time

Disadvantage of DBMS

DBMS may offer plenty of advantages, but it has certain flaws-

  • The cost of Hardware and Software of a DBMS is quite high, which increases the budget of your organization.
  • Most database management systems are often complex, so training users to use the DBMS is required.
  • In some organizations, all data is integrated into a single database that can be damaged because of electric failure or corruption in the storage media.
  • Using the same program at a time by multiple users sometimes leads to data loss.
  • DBMS can’t perform sophisticated calculations

When not to use a DBMS system?

Although DBMS system is useful, it is still not suited for the specific task mentioned below:

Not recommended when you do not have the budget or the expertise to operate a DBMS. In such cases, Excel/CSV/Flat Files could do just fine.

What are the advantages of database system?

Advantages of Database Management System.
Data Integrity. Data integrity means data is consistent and accurate in the database. ... .
Data Security. Data security is a vital concept in a database. ... .
Better data integration. ... .
Minimized Data Inconsistency. ... .
Faster Data Access. ... .
Better decision making. ... .
Simplicity. ... .
Recovery and Backup..

What is database management system explain?

A database management system (or DBMS) is essentially nothing more than a computerized data-keeping system. Users of the system are given facilities to perform several kinds of operations on such a system for either manipulation of the data in the database or the management of the database structure itself.

What is DBMS advantages and disadvantages?

DBMS controls data redundancy and also controls data consistency. Data consistency is nothing but if you want to update data in any files then all the files should not be updated again. In DBMS, data is stored in a single database so data becomes more consistent in comparison to file processing systems.