DBMS 01
DBMS 01
DBMS 01
21
Database Management System
DBMS stands for Database Management System. We can break it like this
DBMS = Database + Management System. Database is a collection of data and
Management System is a set of programs to store and retrieve those data. Based on
this we can define DBMS like this: DBMS is a collection of inter-related data and
set of programs to store & access those data in an easy and effective manner.
What is Data?
Word 'Data' is originated from the word 'datum' that means 'single piece of
information.' It is plural of the word datum.
In computing, Data is information that can be translated into a form for efficient
movement and processing. Data is interchangeable.
What is a Database?
A database is a collection of related data which represents some aspect of the real
world. A database system is designed to be built and populated with data for a
certain task.
For example: The college Database organizes the data about the admin, staff,
students and faculty etc.
Using the database, you can easily retrieve, insert, and delete the information.
10.02.21
What is DBMS?
DBMS allows users to create their own databases as per their requirement. The
term “DBMS” includes the user of the database and other application programs. It
provides an interface between the data and the software application.
o Database management system is 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.
o 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.
o It provides protection and security to the database. In the case of multiple
users, it also maintains data consistency.
When dealing with huge amount of data, there are two things that
require optimization:
Storage of data
and
Retrieval of data
such a way that it acquires lot less space as the redundant data (duplicate data) has
been removed before storage. Let’s take a layman example to understand this:
account and another is salary account. Let’s say bank stores saving account data at
one place and salary account data at another place, in that case if the customer
information such as customer name, address etc. are stored at both places then this
in a better way the information should be stored at one place and both the accounts
DBMS.
Fast Retrieval of data: Along with storing the data in an optimized and
systematic manner, it is also important that we retrieve the data quickly when
needed. Database systems ensure that the data is retrieved as quickly as possible.
Characteristics of DBMS
o It uses a digital repository established on a server to store and manage the
information.
o It can provide a clear and logical view of the process that manipulates data.
failure.
stores all the data in one single database file and that recorded data is placed
in the database.
automatic backup of data from hardware and software failures and restores
Disadvantages of DBMS
o Cost of Hardware and Software: It requires a high speed of data processor
o Size: It occupies a large space of disks and large memory to run them
efficiently.
o Complexity: Database system creates additional complexity and
requirements.
in most of the organization, all the data stored in a single database and if the