Chapter 5 (Ismat)
Chapter 5 (Ismat)
2
• Chapter-5 (Contents)
- Traditional file management,
- Database management,
- Information tools and technologies to
improve business performance and
decision making,
- Data administration and data quality
3
LEARNING OBJECTIVES
• After reading this chapter , you will be able to answer the
following questions:
• 5- 1 What are the basic file organization concepts and
problems of managing data resources in a traditional file
environment?
• 5- 2 What are the major capabilities of database management
systems (DBMS), and why is a relational DBMS so powerful?
• 5- 3 What are the principal tools and technologies for
accessing information from databases to improve business
performance and decision-making?
• 5- 4 Why are information policy, data administration, and data
quality assurance essential for managing the firm’s data
resources? 4
LEARNING OBJECTIVES
5
Problems of managing data resources in a
traditional file environment
• An effective information system provides users with
accurate, timely, and relevant information. Accurate
information is free of errors. Information is timely when
it is available to decision-makers when it is needed.
Information is relevant when it is useful and appropriate
for the types of work and decisions that require it.
• You might be surprised to learn that many businesses
don’t have timely, accurate, or relevant information
because the data in their information systems have been
poorly organized and maintained. That’s why data
management is so essential.
6
File Organization Terms and Concepts
Management Information Systems
Chapter 5 Managing Data Resources
10
Problems of managing data resources in a
traditional file environment
• Each characteristic or quality describing a particular
entity is called an attribute .
• For example, Student’s ID, Course, Date, and Grade are
attributes of the entity COURSE. The specific values that
these attributes can have are found in the fields of the
record describing the entity COURSE.
11
Management Information Systems
Chapter 5 Managing Data Resources
The use of a traditional approach to file processing encourages each functional area
in a corporation to develop specialized applications. Each application requires a
unique data file that is likely to be a subset of the master file. These subsets of the
master file lead to data redundancy and inconsistency, processing inflexibility, and
3.19 wasted storage resources. © 2006 by Prentice Hall
20
THE DATABASE APPROACH TO DATA MANAGEMENT
Database Management System (DBMS)
• A database management system (DBMS) is software
that permits an organization to centralize data, manage
them efficiently, and provide access to the stored data
through application programs.
• Software for creating and maintaining databases
• Permits firms to rationally manage data for the entire firm
• Acts as the interface between application programs and
physical data files
• Separates logical and design views of data
• Solves many problems of the traditional data file
approach ,
• The database management software makes the physical
database available for different logical views required by
users.
THE DATABASE APPROACH TO DATA MANAGEMENT
Database Management System (DBMS)
• The human resources database illustrated in Figure
5. 4 , a benefits specialist might require a view
consisting of the employee’s name, social security
number, and health insurance coverage. A payroll
department member might need data such as the
employee’s name, social security number, gross
pay, and net pay. The data for all these views are
stored in a single database, where they can be
more easily managed by the organization.
THE DATABASE APPROACH TO DATA MANAGEMENT Figure 5-4
The Contemporary Database Environment
• Objectives of a Database:
• 1. Centrally Controlled: A database must be
centrally controlled. It is possible that the data of a
particular system may be spread in different
branches of a company, but it must be controlled
from one central location.
• 2. Logically Organised: The database must be
organised in a logical manner. For example, if the
user wants to see the name of person whose basic
salary is greater than ` 5000 and is working in EDP
Dept., the database must be organised in that logical
order so that the data can be accessed faster.
THE DATABASE APPROACH TO DATA MANAGEMENT
Database Management System (DBMS)
• Objectives of a Database:
3. Shared: In a multi-user application, the database is
designed such that the data can be shared or
accessed by different users. The sharing of data is
possible, only if the database is integrated.
4. Data independence: The most important objective
of a database is the provision of data independence.
Most of the present-day applications are generally
data-dependent.
What are the major capabilities of
DBMS, and why is a relational DBMS
so powerful?
Components of DBMS:
Hierarchical
Relational Object oriented
& Networking
Types of Databases:
• Relational DBMS
• Object-oriented databases
Hierarchical DBMS:
Network DBMS:
Disadvantages:
• Outdated
Object-Oriented Databases:
An Entity-Relationship Diagram
Distributing Databases
Centralized database:
• Used by single central processor or multiple
processors in client/server network
• There are advantages and disadvantages to having all
corporate data in one location.
• Security is higher in central environments, risks lower.
• If data demands are highly decentralized, then a
decentralized design is less costly, and more flexible.
METHODS OF
DISTRIBUTING
DATA
Distributed database:
Distributed Databases
DATABASE TRENDS
DATABASE TRENDS
DATABASE TRENDS
DATABASE TRENDS
Data mart:
• Subset of data warehouse
• Contains summarized or highly focused portion
of data for a specified function or group of users
Data mining: Data mining is a technique to find the hidden file
patters and relationship in pools of data and infer rules.
• Tools for analyzing large pools of data
• Find hidden patterns and infer rules to predict trends
• Data mining provides insights into corporate data that cannot be
obtained with OLAP by finding hidden patterns and relationships in
large databases and inferring rules from them to predict future
behavior. The patterns and rules are used to guide decision making
and forecast the effect of those decisions. The types of information
obtainable from data mining include associations, sequences,
classifications, clusters, and forecasts.
3.60 © 2006 by Prentice Hall
Management Information Systems
Chapter 5 Managing Data Resources
DATABASE TRENDS
DATABASE TRENDS
Application server:
• Software handling all application operations
DATABASE TRENDS
DATABASE TRENDS
DATABASE TRENDS
3.66
policy. You need to have rules on how the data are to be
© 2006 by Prentice Hall
Management Information Systems
Chapter 5 Managing Data Resources
• 5- 4 : Essential of information policy, data
administration, and data quality assurance