11 Unit 3
11 Unit 3
DATABASE
MANAGEMEN
Data Management Approaches
Data management is an integral part
of our daily lives. Traditionally, data
used to be managed manually using
physical papers. As the size of data
that organizations manage become
larger and larger, computers have
become instrumental for efficient
management of data . The first
computer-based data
management is a file-based data
management approach.
The database approach was
introduced later and addressed
the inherent(natural)
weaknesses of the file-based
approach.
File based data management
File based data management is a
system of data management based
on a single file.
File-based data management is an
approach in which data is stored in
separate files without
explicit(clean) relationships.
Data in different files is managed
by different application programs.
Any change to data requires
modification of the program that
uses the data. Changes made on
the program may also require
change in the file structure.
In file-based
datamanagement approach,
each department creates and
processes its own files
separately. For example,
procurement and finance
departments create and
manage their own files.
It creates problems of data
duplication and data
inconsistency. For example, let
us say employee data is stored
both in human resource and
finance departments. When
human resource department
modifies the employee records
upon hiring new employees.
it may not communicate the
information to the finance
department. As a result, different
information about employees
would be found in one
organization.
Such types of contradictions are
caused by the fact that data in one
file is not linked to data in other
files of the same organization in the
file-based approach. The isolation
of data also makes retrieval of data
of the entire organization a very
difficult task. These problems led
to the development of the database
approach.
A dtabase approach to data management