Unit I
Information
Management
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Objectives
In this chapter, you will learn:
• The difference between data and
information
• What a database is, the various types of
databases, and why they are valuable
assets for decision making
• The importance of database design
• How modern databases evolved from
file systems
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Objectives (cont’d.)
• About flaws in file system data
management
• The main components of the
database system
• The main functions of a database
management system (DBMS)
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Introduction
• Good decisions require good
information derived from raw facts
• Data is managed most efficiently
when stored in a database
• Databases evolved from computer
file systems
• Understanding file system
characteristics is important
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Information Management
It is the management of
organizational processes and systems
that acquire, create, organize,
distribute and use information.
© 2013 Cengage Learning. All Rights Reserved. This edition Database Systems,
is intended for 10th
use outside Edition
of the 5 Edition.
U.S. only, with content that may be different from the U.S.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Information Management
It involves six related activities
• Identification of information needs
• Acquisition and creation of information
• Analysis and interpretation of information
• Organization and storage of information
• Information access and dissemination
• Information use and archiving
© 2013 Cengage Learning. All Rights Reserved. This edition Database Systems,
is intended for 10th
use outside Edition
of the 6 Edition.
U.S. only, with content that may be different from the U.S.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
DIKAR Model
Gives a strong clue as to the layers involved in
aligning technology and organizational strategies, and it can
be seen as a pivotal moment in changing attitudes to
information management. The recognition that information
management is an investment that must deliver meaningful
results is important to all modern organizations that depend
on information and good decision making for their success.
Data
Information
Knowledge
Action
Result
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Data versus Information
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Data versus Information
• Data
• Collected facts about a topic or item
• Information
• The result of combining, comparing, and
performing calculations on data
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Data vs. Information
Data- refers to raw facts that we can
collect about entities- people, objects,
and events.
Information- refers to processed data
– which gives meaning to the raw
facts.
© 2013 Cengage Learning. All Rights Reserved. This edition Database Systems,
is intended for 10th
use outside Edition
of the U.S. only, with content that may be different from the10
U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Data versus Information : An
Example
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Evolution of File System
and Data Processing
• File Systems
• Database Systems
© 2013 Cengage Learning. All Rights Reserved. This edition Database Systems,
is intended for 10th
use outside Edition
of the U.S. only, with content that may be different from the12
U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
File Systems
vs
Database Systems
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Problems with File
System Data
Processing
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different fromSPRING
the U.S. Edition.
2011-
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
1. Structural and Data
Dependence
• Structural dependence: access to a file is
dependent on its own structure
▫ All file system programs must be modified
to conform to a new file structure
• Structural independence: change file
structure without affecting data access
• Data dependence: data access changes
when data storage characteristics change
• Data independence: data storage
characteristics do not affect data access
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Structural and Data Dependence
(cont'd.)
• Practical significance of data dependence is
difference between logical and physical
format
• Logical data format: how human views the
data
• Physical data format: how computer must
work with data
• Each program must contain:
• Lines specifying opening of specific file type
• Record specification
• Field definitions
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
2. Data Redundancy
• File system structure makes it difficult to
combine data from multiple sources
• Vulnerable to security breaches
• Organizational structure promotes storage
of same data in different locations
• Islands of information
• Data stored in different locations is unlikely
to be updated consistently
• Data redundancy: same data stored
unnecessarily in different places
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Data Redundancy (cont'd.)
• Data inconsistency: different and
conflicting versions of same data
occur at different places
• Data anomalies: abnormalities when
all changes in redundant data are
not made correctly
• Update anomalies
• Insertion anomalies
• Deletion anomalies
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
Example for Old File Processing Systems
Duplicate Data
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
3. Lack of Design and Data-
Modeling Skills
• Most users lack the skill to properly
design databases
• Despite multiple personal productivity
tools being available
• Data-modeling skills
• Vital in the data design process
• Good data modeling facilitates
communication between the
designer, user, and the developer
© 2013 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
4. Exposure to various
data anomalies
• Anomaly means an abnormality, an error, or an
inconsistency. Types of data anomalies are as
follow:
• Update anomaly - happens when an update done
results in data inconsistency or discrepancy.
• Insertion anomaly - happens when inserting a new
record might result in incomplete information or failure
to insert due to dependence on other attributes.
• Deletion anomaly - happens when deleting a record
might result in loss of data or information.
© 2013 Cengage Learning. All Rights Reserved. This edition Database Systems,
is intended for 10th
use outside Edition
of the U.S. only, with content that may be different from the21
U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
End
☺
© 2013 Cengage Learning. All Rights Reserved. This edition Database Systems,
is intended for 10th
use outside Edition
of the U.S. only, with content that may be different from the22
U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.
References:
• Coronel, Carlos et. al. Database
Principles:Fundamentals of Design,
Implemenation and Management
© 2013 Cengage Learning. All Rights Reserved. This edition Database Systems,
is intended for 10th
use outside Edition
of the U.S. only, with content that may be different from the23
U.S. Edition.
May not be scanned, copied, duplicated, or posted to a publicly accessible website, in whole or in part.