ch06 MIS
ch06 MIS
Chapter 6
Foundations of Business
Intelligence: Databases and
Information Management
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Learning Objectives
6.1 What are the problems of managing data resources in a
traditional file environment?
6.2 What are the major capabilities of database management
systems (D B M S), and why is a relational D B M S so
powerful?
6.3 What are the principal tools and technologies for accessing
information from databases to improve business performance
and decision making?
6.4 Why are data governance and data quality assurance
essential for managing the firm’s data resources?
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Essentials of Management Information Systems
Chapter 6 Foundations of Business Intelligence: Databases and
Information Management
Student Learning Objectives
Video Cases
Case 1: Dubuque Uses Cloud Computing and Sensors to Build a
Smarter City
http://www.youtube.com/watch?v=p11lJOnALS4
Case 2: Data Warehousing at REI: Understanding the Customer
http://www.youtube.com/watch?v=mBSVITlkiBw
Case 3: Maruti Suzuki Business Intelligence and Enterprise
Databases
https://www.youtube.com/watch?v=wR0jg0eQsZA
http://www.youtube.com/watch?v=aZWAzbRm-ms
https://www.youtube.com/watch?v=wR0jg0eQsZA&t=156s
https://www.youtube.com/watch?v=QpdhBUYk7Kk
• Database:
• Collection of related files containing records on people, places, or things.
• Databases allow us to access and analyze the data quickly and efficiently,
making it easier to make informed decisions and gain insights into complex
relationships and patterns within the data.
• Prior to digital databases, business used file cabinets with paper files.
• Entity/Object:
• Generalized category representing object/table such as person, place, thing
on which we store and maintain information
• For example: SUPPLIER, PART, STUDENT, etc.
• Attributes:
• Specific characteristics of each entity:
• SUPPLIER name, address
• PART description, unit price, supplier
• Relational database:
• Organize data into two-dimensional tables (relations) with columns
and rows.
• One table for each entity:
• For example: (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-1
Figure 6-2
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Essentials of Management Information Systems
Chapter 6 Foundations of Business Intelligence: Databases and
Information Management
Database Management Systems
DBMS
• Specific type of software for creating, storing, organizing, and accessing data
from a database
• Separates the logical and physical views of the data
• Logical view: how end users view data
• Physical view: how data are actually structured and organized
• Examples of DBMS: Microsoft Access, DB2, Oracle Database, Microsoft SQL
Server, MySQL,
Figure 6-7
A computer system
organizes data in a
hierarchy that starts
with the bit, which
represents either a 0 or a
1. Bits can be grouped
to form a byte to
represent one character,
number, or symbol.
Bytes can be grouped to
form a field, and related
fields can be grouped to
form a record. Related
records can be collected
to form a file, and
related files can be
organized into a
6.0 database. © Copyright © 2014 Pearson Education, Inc. publishing as Prentice Hall
Essentials of Management Information Systems
Chapter 6 Foundations of Business Intelligence: Databases and
Information Management
The Database Approach to Data Management
• Establishing relationships
• Entity-relationship diagram
• Used to clarify table relationships in a relational database
• Relational database tables may have:
• One-to-one relationship (person – passport)
• One-to-many relationship (supplier – part)
Figure 6-3
Figure 6-5
Figure 6-6
Figure 6-4
Figure 6-10
6.0 © Copyright © 2014 Pearson Education, Inc. publishing as Prentice Hall
Essentials of Management Information Systems
Chapter 6 Foundations of Business Intelligence: Databases and
Information Management
Database Management Systems
Figure 6-9
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-11
The Challenge
• Volume: Big data involves managing vast amounts of data, which can
be difficult to store, process, and analyze using traditional tools and
techniques.
• Velocity: Big data is generated at an incredibly fast pace, making it
challenging to process and analyze in real-time.
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Business Intelligence - Definition
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
6.0 © Copyright © 2014 Pearson Education, Inc. publishing as Prentice Hall
6.0 © Copyright © 2014 Pearson Education, Inc. publishing as Prentice Hall
Essentials of Management Information Systems
Chapter 6 Foundations of Business Intelligence: Databases and
Information Management
Using Databases to Improve Business Performance and Decision Making
A contemporary business
intelligence infrastructure
features capabilities and
tools to manage and
analyze large quantities
and different types of data
from multiple sources.
Easy-to-use query and
reporting tools for casual
business users and more
sophisticated analytical
toolsets for power users
are included.
Figure 6-12
Data Warehouses
• Data warehouse:
• Consolidates data from many systems, operational and transactional
databases
• https://www.youtube.com/watch?v=AHR_7jFCMeY
• Data mart:
• Subset of data warehouses that is highly focused and isolated for a
specific population of users
https://www.youtube.com/watch?v=OGjrtkrOzWI
• Text Mining
• Unstructured data (mostly text files) accounts for 80 percent of an
organization’s useful information.
• Text mining allows businesses to extract key elements from, discover
patterns in, and summarize large unstructured data sets.
• Mines online text comments or in e-mail, memos, call center transcripts,
blog, responses, customer interactions, etc. to measure customer
sentiment (feeling/reaction/opinion)
• Web Mining
• Discovery and analysis of useful patterns and information from
the Web
• For example: to understand customer behavior, evaluate
Web site, quantify success of marketing
• Content mining—mines content of Web sites
• Usage mining—mines user interaction data gathered by Web
servers
• Firms use the Web to make information from their internal databases
available to customers and partners.
• Middleware and other software make this possible
• Web server
• Application servers or CGI
• Database server
• Web interfaces provide familiarity to users and savings over redesigning
legacy systems.
Figure 6-14