Chapter 6
Chapter 6
Foundations of Business
Intelligence: Databases
and Information
Management
• Database:
• Collection of related files containing records on people,
places, or things.
• Prior to digital databases, business used file cabinets with
paper files.
• Entity:
• Generalized category representing person, place, thing on
which we store and maintain information
• E.g., SUPPLIER, PART
• Attributes:
• Specific characteristics of each entity:
• SUPPLIER name, address
• PART description, unit price, supplier
6.8 © Copyright © 2017 Pearson Education, Inc. publishing as Prentice Hall
Essentials of Management Information Systems
Chapter 6 Foundations of Business Intelligence: Databases and
Information Management
Figure 6.1
• Relational database:
• Organize data into two-dimensional tables (relations) with
columns and rows.
• One table for each entity:
• E.g., (CUSTOMER, SUPPLIER, PART, SALES)
• Fields (columns) store data representing an attribute.
• Rows store data for separate records, or tuples.
• Key field: uniquely identifies each record.
• Primary key:
• One field in each table
• Cannot be duplicated
• Provides unique identifier for all information in any row
Figure 6.2
Figure 6.3
• Establishing relationships
• Entity-relationship diagram
• Used to clarify table relationships in a relational
database
• Relational database tables may have:
• One-to-one relationship
• One-to-many relationship
• Many-to-many relationship
• Requires “join table” or intersection relation
that links the two tables to join information
The shaded
Sample Order Report
areas show
which data
came from
the
SUPPLIER,
LINE_ITEM,
and ORDER
tables. The
database
does not
maintain data
on Extended
Price or
Order Total
because they
can be
derived from
other data in
the tables.
Figure 6.5
6.16 © Copyright © 2017 Pearson Education, Inc. publishing as Prentice Hall
Essentials of Management Information Systems
Chapter 6 Foundations of Business Intelligence: Databases and
Information Management
Figure 6.6
Figure 6.7
DBMS
A single human
resources database
provides many
different views of
data, depending on
the information
requirements of the
user. Illustrated here
are two possible
views, one of interest
to a benefits
specialist and one of
interest to a member
of the company’s
payroll department.
Figure 5-8
Figure 6.9 The select, project, and join operations enable data from
two different tables to be combined and only selected
attributes to be displayed.
6.22 © Copyright © 2017 Pearson Education, Inc. publishing as Prentice Hall
Essentials of Management Information Systems
Chapter 6 Foundations of Business Intelligence: Databases and
Information Management
Figure 6.10
An Access Query
Illustrated here
is how the
query in Figure
6-10 would be
constructed
using Microsoft
Access query-
building tools.
It shows the
tables, fields,
and selection
criteria used for
the query.
Figure 6.12
Data Warehouses
• Data warehouse:
• Database that stores current and historical data that may be of
interest to decision makers
• Consolidates and standardizes data from many systems,
operational and transactional databases
• Data can be accessed but not altered
• Data mart:
• Subset of data warehouses that is highly focused and isolated
for a specific population of users
Data Mining
• Finds hidden patterns and relationships in large
databases and infers rules from them to predict future
behavior
• Types of information obtainable from data mining
• Associations: occurrences linked to single event
• Sequences: events linked over time
• Classifications: patterns describing a group an item
belongs to
• Clustering: discovering as yet unclassified groupings
• Forecasting: uses series of values to forecast future values
Figure 6.15