You are on page 1of 4

Database Management System

DBMS
What is DBMS?
Database management system is a software which is used to manage the database. For
example: MySQL, Oracle, etc. are a very popular commercial database which is used in different
applications.

DBMS provides an interface to perform various operations like database creation, storing data in it,
updating data, creating a table in the database and a lot more.

It provides protection and security to the database. In the case of multiple users, it also maintains data
consistency.

Why DBMS?
A Database Management System (DBMS) creates and manages databases. With the help of
DBMS, programmers can easily retrieve, create, update, and manage data. There are various
functions performed by DBMS, which gives it an upper hand over the traditional file system.
Users can also create their personalized database as per requirement.

DBMS is useful in the following ways:

1. Ease of Accessing Data


2. Storage and Management of data
3. Easy and Efficient file management
4. Avoiding duplicates and redundancy
5. Concurrent data accessing
6. Database integrity
Features of DBMS

1. Minimum Redundancy and Duplication


2. Data Organization
3. Customization of the Database
4. Usage Of Query Languages
5. Multiuser Access
6. Maintenance of a Large Database
7. Provides a High Level of Data Security

Types of DBMS

1. Centralized Database
2. Distributed Database
3. NoSQL Database
4. Cloud Database
5. Relational Database
6. Network Database
7. Object-oriented Database
8. Hierarchical Database

Applications of DBMS
1. Universities
2. Banking
3. Medical
4. Airline Reservation System,etc.

1.

You might also like