DBMS-WPS Office

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

DBMS

DATABASE MANAGEMENT
SYSTEM
Meaning Of DBMS

Objectives of DBMS
Contents
MEANING OF DBMS
DBMS
A computerized
data-keeping system.
Designed to store,
retrieve, define, and
manage data in a database.
Example
MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle
Database, and Microsoft Access.

OBJECTIVES OF DBMS
Objectives of DBMS
DATA PROTECTION

MASS STORAGE DATA BACKUP AND


RECOVERY

EVERYONE CAN
MULTIPLE USER
WORK ON DBMS
ACCESS
INTEGRITY
REMOVES PLATFORM
DUPLICITY INDEPENDENT


MASS STORAGE
DBMS can store a lot of data in it.
*So for all the big firms, DBMS is really ideal
technology to use. 
* It can store thousands of records in it. 
*One can fetch all that data whenever it is needed.
MULTIPLE USER ACCESS

*No one handles the whole * They can change
database alone. *There are whatever they want,
lots of users who are able at that time DBMS
to access database. makes it sure that
*So this situation may they can work
happen that two or more concurrently.
users are accessing
database.
REMOVES DUPLICITY
*If you have lots of data * While storing
then data duplicity will new records,
occur for sure at any DBMS makes sure
instance. that same data was
* DBMS guarantee it not inserted
that there will be no before.
data duplicity among
all the records.
DATA PROTECTION
*Information such as bank *DBMS gives a master
details, employee’s salary level security to their
details and sale purchase data.
details should always be kept *No one can alter or
secured. modify the information
* Also all the companies need without the privilege of
their data secured from using that data.
unauthorized use.
DATA BACKUP AND RECOVERY
*Sometimes database failure occurs so *DBMS has the
there is no option like one can say that ability to backup
all the data has been lost. and recover all the
* There should be a backup of database data in database.
so that on database failure it can be
recovered.
EVERYONE CAN WORK ON DBMS
*All the definitions
*There is no need to be a master of and descriptions are
programming language if you want given in it so that even
to work on DBMS. a non-technical
*Any accountant who is having less background
technical knowledge can work on w=person can work
DBMS. on it.
INTEGRITY
*DBMS has
*Integrity means your various validity
data is authentic and checks that make
consistent. your data
completely
accurate and
consistence.
PLATFORM INDEPENDENT
* No particular platform is required to work
on database management system.

*One can run dbms at any platform.


Thank you for listening

You might also like