RDBMS 1
RDBMS 1
RDBMS 1
Management System
(RDBMS)
Conventional method of Data storage
• In the traditional approach, information is stored in flat
files which are maintained by the file system of OS.
• Application programs go through the file system to access
these flat files.
• End users use application programs to perform specific
tasks
DBMS handles all requests for access to the DB
Database
• Organized collection of interrelated data
• Data in the database
➢ Is Integrated:
Collection of several distinct files.
Files may have some duplicate data
but duplication is kept to minimum.
➢ Can be shared :
Individual piece of data in the DB can be shared
➢ Can be concurrently accessed:
Different users can access the same piece of data
at the same time.
DBMS
• Several views of the DB are defined and the DB end users are able to see
these views.
• Prevents users from accessing other parts of the DB and hence provides
security
these data.