Chapter 6 - Data: Business intelligence. Learning objectives of this chapter include: Explain the four primary traits that determine the value of information; describe a database, a database management system, and the relational database model; identify the business advantages of a relational database; explain the business benefits of a data-driven website.
Trang 1© 2014 by McGraw-Hill Education This is proprietary material solely for authorized instructor use Not authorized for sale or distribution in any manner This document may not be copied,
scanned, duplicated, forwarded, distributed, or posted on a website, in whole or part.
CHAPTER SIX
DATA
BUSINESS
INTELLIGENCE
Trang 2CHAPTER OVERVIEW
SECTION 6.1 – Data, Information, Databases
• The Business Benefits of High-Quality Information
• Storing Information Using a Relational Database
Management System
• Using a Relational Database for Business Advantages
• Driving Websites with Data
SECTION 6.2 – Business Intelligence
• The Business Benefits of Data Warehousing
• Performing Business Analysis with Data Marts
• Uncovering Trends and Patterns with Data Mining
• Supporting Decisions with Business Intelligence
Trang 3© 2014 by McGraw-Hill Education This is proprietary material solely for authorized instructor use Not authorized for sale or distribution in any manner This document may not be copied,
scanned, duplicated, forwarded, distributed, or posted on a website, in whole or part.
SECTION 6.1
DATA, INFORMATION,
AND DATABASES
Trang 4LEARNING OUTCOMES
1 Explain the four primary traits that determine
the value of information
2 Describe a database, a database management
system, and the relational database model
3 Identify the business advantages of a relational
database
4 Explain the business benefits of a data-driven
website
Trang 5THE BUSINESS BENEFITS OF HIGH-QUALITY INFORMATION
organization
analyze the many different levels, formats,
and granularities of organizational
information to make decisions
and analyzing information can provide
tremendous insight into how an
organization is performing
Trang 6THE BUSINESS BENEFITS OF HIGH-QUALITY INFORMATION
Levels, Formats, and Granularities of Information
Trang 7Information Type:
Transactional and Analytical
• Transactional information –
Encompasses all of the information
contained within a single business process
or unit of work, and its primary purpose is
to support the performing of daily
operational tasks
• Analytical information – Encompasses
all organizational information, and its
primary purpose is to support the
performing of managerial analysis tasks
Trang 8Information Type:
Transactional and Analytical
Trang 9Information Type:
Transactional and Analytical
Trang 10• Real-time system – Provides
real-time information in response to
requests
Trang 11Information Quality
quality of the information used to make the
decisions
technology to help you make a bad decision
faster
Trang 13Information Quality
Low Quality Information Example
Trang 14Understanding the Costs of Using Low-Quality Information
information include
1 Customers intentionally enter inaccurate
information to protect their privacy
2 Different entry standards and formats
3 Operators enter abbreviated or erroneous
information by accident or to save time
4 Third party and external information
contains inconsistencies, inaccuracies, and errors
Trang 15Understanding the Costs of Using Low-Quality Information
low quality information include
• Inability to accurately track customers
• Difficulty identifying valuable customers
• Inability to identify selling opportunities
• Marketing to nonexistent customers
• Difficulty tracking revenue
• Inability to build strong customer relationships
Trang 16Understanding the Benefits of
Good Information
significantly improve the chances of
making a good decision
an organization's bottom line
Trang 17STORING INFORMATION IN A
RELATIONAL DATABASE
organization
• Database – maintains information
about various types of objects
(inventory), events (transactions),
people (employees), and places
(warehouses)
Trang 18STORING INFORMATION IN
A RELATIONAL DATABASE
Database management systems (DBMS) –Allows
users to create, read, update, and delete data in a relational database
Trang 19STORING INFORMATION IN A
RELATIONAL DATABASE
Data element – The smallest or basic unit
of information
Data model – Logical data structures that
detail the relationships among data
elements using graphics or pictures
Metadata – Provides details about data
Data dictionary – Compiles all of the
metadata about the data elements in the
data model
Trang 20Storing Data Elements in Entities and Attributes
Entity – A person, place, thing,
transaction, or event about which
information is stored
• The rows in a table contain entities
Attribute (field, column) – The data
elements associated with an entity
• The columns in each table contain
the attributes
Record – A collection of related data
elements
Trang 21Creating Relationships
Through Keys
the various entities (tables) in the
database
• Primary key – A field (or group of fields)
that uniquely identifies a given entity in a
table
• Foreign key – A primary key of one table
that appears an attribute in another table
and acts to provide a logical relationship
among the two tables
Trang 22USING A RELATIONAL DATABASE
FOR BUSINESS ADVANTAGES
Database advantages from a business
perspective include
Trang 23Increased Flexibility
• Handle changes quickly and easily
• Provide users with different views
• Have only one physical view
Physical view – Deals with the
physical storage of information on a storage device
• Have multiple logical views
Logical view – Focuses on how
individual users logically access information to meet their own particular business needs
Trang 24Increased Scalability and
Performance
increased demand, while
maintaining acceptable performance
levels
• Scalability – Refers to how well a
system can adapt to increased demands
• Performance – Measures how quickly a
system performs a certain process or
transaction
Trang 25Reduced Information Redundancy
• Information redundancy – The duplication of
data or storing the same information in multiple places
problems with redundant information
Trang 26Increase Information Integrity (Quality)
Information integrity – measures the quality
of information
Integrity constraint – rules that help ensure
the quality of information
• Relational integrity constraint
• Business-critical integrity constraint
Trang 27Increased Information Security
must be protected
• Password – Provides authentication of the
user
• Access level – Determines who has access
to the different types of information
• Access control – Determines types of user
access, such as read-only access
Trang 28DRIVING WEBSITES
WITH DATA
Data-driven websites – An interactive website
kept constantly updated and relevant to the
needs of its customers using a database
Trang 29DRIVING WEBSITES
WITH DATA
Trang 30DRIVING WEBSITES
WITH DATA
• Easy to manage content
• Easy to store large amounts of data
• Easy to eliminate human errors
Trang 31DRIVING WEBSITES
WITH DATA
Trang 32© 2014 by McGraw-Hill Education This is proprietary material solely for authorized instructor use Not authorized for sale or distribution in any manner This document may not be copied,
scanned, duplicated, forwarded, distributed, or posted on a website, in whole or part.
SECTION 6.2
BUSINESS
INTELLIGENCE
Trang 33LEARNING OUTCOMES
5 Define a data warehouse and provide a few
reasons it can make a manager more effective
6 Explain ETL and the role of a data mart in
business
7 Define data mining and explain the three common
forms for mining structured and unstructured data
8 Identify the advantages of using business
intelligence to support managerial decision
making
Trang 34THE BUSINESS BENEFITS OF
DATA WAREHOUSING
Data warehouses extend the
transformation of data into information
In the 1990’s executives became less
concerned with the day-to-day business
operations and more concerned with
overall business functions
The data warehouse provided the ability
to support decision making without
disrupting the day-to-day operations
Trang 35THE BUSINESS BENEFITS OF
DATA WAREHOUSING
Data warehouse – A logical collection of
information – gathered from many different
operational databases – that supports
business analysis activities and
decision-making tasks
aggregate information throughout an
organization into a single repository for
decision-making purposes
Trang 36THE BUSINESS BENEFITS OF
DATA WAREHOUSING
Trang 37THE BUSINESS BENEFITS OF
DATA WAREHOUSING
Trang 38PERFORMING BUSINESS ANALYSIS
WITH DATA MARTS
Extraction, transformation, and loading
(ETL) – A process that extracts information from
internal and external databases, transforms the information using a common set of enterprise
definitions, and loads the information into a data warehouse
Data mart – Contains a subset of data
warehouse information
Trang 39PERFORMING BUSINESS ANALYSIS
WITH DATA MARTS
Trang 40Multidimensional Analysis
two-dimensional tables
is multidimensional, it contains layers of
columns and rows
• Dimension – A particular attribute of information
• Cube – Common term for the representation of
multidimensional information
Trang 41Multidimensional Analysis
Cubes of Information
Trang 42Information Cleansing
or Scrubbing
in the data warehouse
Information cleansing or scrubbing – A
process that weeds out and fixes or discards
inconsistent, incorrect, or incomplete
information
Trang 43Information Cleansing
or Scrubbing
Contact Information in an Operational System
Trang 44Information Cleansing
or Scrubbing
Standardizing Customer Name from Operational Systems
Trang 45Information Cleansing
or Scrubbing
Information Cleansing Example
Trang 46Information Cleansing
or Scrubbing
Cost of Accurate and Complete Information
Trang 47UNCOVERING TRENDS AND PATTERNS WITH DATA MINING
Data mining – The process of analyzing data to extract
information not offered by the raw data alone
Data-mining tools – use a variety of techniques to find
patterns and relationships in large volumes of
Trang 48UNCOVERING TRENDS AND
PATTERNS WITH DATA MINING
Structured data – Data already in a database or a
spreadsheet
Unstructured data – Data does not exist in a fixed
location and can include text documents, PDFs,
voice messages, emails
Text mining – Analyzes unstructured data to find
trends and patterns in words and sentences
Web mining – Analyzes unstructured data
associated with websites to identify consumer
behavior and website navigation
Trang 49UNCOVERING TRENDS AND
PATTERNS WITH DATA MINING
capabilities include
• Cluster analysis
• Association detection
• Statistical analysis
Trang 50Cluster Analysis
Cluster analysis – A technique used to divide an
information set into mutually exclusive groups such that the members of each group are as close
together as possible to one another and the
different groups are as far apart as possible
Trang 51Association Detection
Association detection – Reveals the
relationship between variables along with the nature and frequency of the relationships
• Market basket analysis
Trang 52Statistical Analysis
Statistical analysis – Performs
such functions as information
correlations, distributions,
calculations, and variance analysis
• Forecast – Predictions made on the
basis of time-series information
• series information –
Time-stamped information collected at a particular frequency
Trang 53The Problem: Data Rich,
Information Poor
explosion as digital images,
email in-boxes, and broadband
connections doubles by 2010
is doubling every year
double monthly
Trang 54The Solution: Business
Intelligence
a direct impact on costs and revenue
for analysis that is:
• Reliable
• Consistent
• Understandable
• Easily manipulated
Trang 55The Solution: Business
Intelligence
BI Can Answer Tough Questions
Trang 56Visual Business Intelligence
Informing – Accessing large amounts of
data from different management information
systems
Infographics – Displays information
graphically
Data visualization – Allows users to “see”
or visualize data to transform information
into a business perspective
Data visualization tools – Sophisticated
analysis techniques such as pie charts,
controls, instruments, maps, time-series
graphs, and more
Trang 57LEARNING OUTCOME REVIEW
Now that you have finished the chapter
please review the learning outcomes in
your text