SlideShare ist ein Scribd-Unternehmen logo
1 von 46
Management Information Systems:
Managing the Digital Firm
Seventeenth Edition
Chapter 6
Foundations of Business
Intelligence: Databases and
Information Management
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
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 (DBMS), and why is a relational DBMSso 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?
6.5 How will MIS help my career?
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Video Cases
• Case 1: Brooks Brothers Closes In on Omnichannel Retail
• Case 2: Maruti Suzuki Business Intelligence and
Enterprise Databases
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Domino’s Masters Data One Pizza at
a Time (Slide 1 of 2)
• Problem
– Very large volumes of data
– Data fragmented in multiple systems and files
• Solutions
– Develop enterprise data strategy
– Consolidate, standardize, and cleanse data
– Revise data access rules and procedures
– Deploy Talend, MDM software, and Hadoop
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Domino’s Masters Data One Pizza at
a Time (Slide 2 of 2)
• Enterprise Management Framework makes data more accurate
and consistent enterprise-wide, accelerates decision making
and improves customer analysis
• Illustrates the importance of data management for better
decision making and customer analysis
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
File Organization Terms and Concepts
• Database: Group of related files
• File: Group of records of same type
• Record: Group of related fields
• Field: Group of characters as word(s) or number(s)
• Entity: Person, place, thing on which we store information
• Attribute: Each characteristic, or quality, describing entity
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.1 The Data Hierarchy
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Problems with the Traditional File
Environment
• Files maintained separately by different departments
• Data redundancy
• Data inconsistency
• Program-data dependence
• Lack of flexibility
• Poor security
• Lack of data sharing and availability
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.2 Traditional File Processing
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Database Management Systems
• Database
– Serves many applications by centralizing data and controlling
redundant data
• Database management system (DBMS)
– Interfaces between applications and physical data files
– Separates logical and physical views of data
– Solves problems of traditional file environment
 Controls redundancy
 Eliminates inconsistency
 Uncouples programs and data
 Enables organization to centrally manage data and data
security
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.3 Human Resources Database
with Multiple Views
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Relational DBMS
• Represent data as two-dimensional tables
• Each table contains data on entity and attributes
• Table: grid of columns and rows
– Rows (tuples): Records for different entities
– Fields (columns): Represents attribute for entity
– Key field: Field used to uniquely identify each record
– Primary key: Field in table used for key fields
– Foreign key: Primary key used in second table as look-
up field to identify records from original table
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.4 Relational Database Tables
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Operations of a Relational DBMS
• Three basic operations used to develop useful sets of data
– SELECT
 Creates subset of data of all records that meet stated
criteria
– JOIN
 Combines relational tables to provide user with more
information than available in individual tables
– PROJECT
 Creates subset of columns in table, creating tables with
only the information specified
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.5 The Three Basic
Operations of a Relational DBMS
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Capabilities of Database Management
Systems
• Data definition
• Data dictionary
• Querying and reporting
– Data manipulation language
 Structured Query Language (SQL)
• Many DBMS have report generation capabilities for
creating polished reports (Microsoft Access)
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.6 Access Data Dictionary
Features
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.7 Example of an SQLQuery
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.8 An Access Query
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Designing Databases
• Conceptual design vs. physical design
• Normalization
– Streamlining complex groupings of data to minimize redundant
data elements and awkward many-to-many relationships
• Referential integrity
– Rules used by RDBMS to ensure relationships between tables
remain consistent
• Entity-relationship diagram
• A correct data model is essential for a system serving the
business well
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.9 An Unnormalized Relation
for Order
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.10 Normalized Tables
Created from Order
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.11 An Entity-Relationship
Diagram
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Non-Relational Databases, Cloud
Databases and Blockchain (Slide 1 of 3)
• Non-relational databases: “No SQL”
– More flexible data model
– Data sets stored across distributed machines
– Easier to scale
– Handle large volumes of unstructured and structured data
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Non-Relational Databases, Cloud
Databases and Blockchain (Slide 2 of 3)
• Cloud databases
– Appeal to start-ups, smaller businesses
– Amazon Relational Database Service, Microsoft SQL Azure
– Private clouds
• Distributed databases
– Stored in multiple physical locations
– Example: Google Spanner
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Interactive Session: Technology: New Cloud
Database Tools Help Vodafone Fiji Make
Better Decisions
• Class discussion
– Define the problem faced by Vodafone Fiji. What management,
organization, and technology factors contributed to the problem?
– Evaluate Oracle Autonomous Data Warehouse and Oracle
Analytics Cloud as a solution for Vodafone Fiji?
– How did the new Oracle tools change decision making at
Vodafone Fiji?
– Was using cloud services advantageous for Vodafone Fiji? Explain
your answer.
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Non-relational Databases, Cloud
Databases, and Blockchain (Slide 3 of 3)
• Blockchain
– Distributed ledgers in a peer-to-peer distributed database
– Maintains a growing list of records and transactions shared by all
– Encryption used to identify participants and transactions
– Used for financial transactions, supply chain, and medical records
– Foundation of Bitcoin, and other crypto currencies
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.12 How Blockchain Works
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
The Challenge of Big Data
• Big data
– Massive sets of unstructured/semi-structured data from
web traffic, social media, sensors, and so on
• Volumes too great for typical DBMS
– Petabytes, exabytes of data
• Can reveal more patterns, relationships and anomalies
• Requires new tools and technologies to manage and
analyze
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Interactive Session: Management:
Big Data Baseball
• Class discussion
– How did information technology change the game of
baseball? Explain.
– How did information technology affect decision making
at MLB teams? What kind of decisions changed as the
result of using big data?
– How much should baseball rely on big data and
analytics?
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Business Intelligence Infrastructure
(1 of 4)
• Array of tools for obtaining information from separate
systems and from big data
– Data warehouse
– Data mart
– Hadoop
– In-memory computing
– Analytical platforms
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Business Intelligence Infrastructure
(2 of 4)
• Data warehouse
– Stores current and historical data from many core operational transaction
systems
– Consolidates and standardizes information for use across enterprise, but
data cannot be altered
– Provides analysis and reporting tools
• Data marts
– Subset of data warehouse
– Typically focus on single subject or line of business
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Business Intelligence Infrastructure
(3 of 4)
• Hadoop
– Enables distributed parallel processing of big data across
inexpensive computers
– Key services
 Hadoop Distributed File System (HDFS): data storage
 MapReduce: breaks data into clusters for work
 Hbase: No SQL database
– Used by Yahoo, NextBio
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Business Intelligence Infrastructure
(4 of 4)
• In-memory computing
– Used in big data analysis
– Uses computers main memory (RAM) for data storage to
avoid delays in retrieving data from disk storage
– Can reduce hours/days of processing to seconds
– Requires optimized hardware
• Analytic platforms
– High-speed platforms using both relational and non-
relational tools optimized for large datasets
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.13 Contemporary Business
Intelligence Infrastructure
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Analytical Tools: Relationships,
Patterns, Trends
• Tools for consolidating, analyzing, and providing access to
vast amounts of data to help users make better business
decisions
– Multidimensional data analysis (OLAP)
– Data mining
– Text mining
– Web mining
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Online Analytical Processing (OLAP)
• Supports multidimensional data analysis
– Viewing data using multiple dimensions
– Each aspect of information (product, pricing, cost,
region, time period) is different dimension
– Example: How many washers sold in the East in June
compared to the sales forecast?
• OLAP enables rapid, online answers to ad hoc queries
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.14 Multidimensional Data Model
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Data Mining
• Finds hidden patterns, relationships in datasets
– Example: customer buying patterns
• Infers rules to predict future behavior
• Types of information obtainable from data mining:
– Associations
– Sequences
– Classification
– Clustering
– Forecasting
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Text Mining and Web Mining
• Text mining
– Extracts key elements from large unstructured text data sets
– Sentiment analysis software
• Web mining
– Discovery and analysis of useful patterns and information
from web
– Web content mining
– Web structure mining
– Web usage mining
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Databases and the Web
• Many companies use the web to make some internal databases
available to customers or partners
• Typical configuration includes:
– Web server
– Application server/middleware/scripts
– Database server (hosting DBMS)
• Advantages of using the web for database access:
– Ease of use of browser software
– Web interface requires few or no changes to database
– Inexpensive to add web interface to system
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Figure 6.15 Linking Internal Databases to
the Web
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Data Governance
• Data governance
– Encompasses policies and procedures through which
data can be managed as an organizational resource.
– Establishes rules for sharing, disseminating, acquiring,
standardizing, classifying and inventorying information
 Example: Firm information policy that specifies that
only selected members of a particular department
can view certain information
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Data Quality Assurance
• More than 25 percent of critical data in Fortune 1000
company databases are inaccurate or incomplete
• Before new database is in place, a firm must:
– Identify and correct faulty data
– Establish better routines for editing data once database
in operation
• Data quality audit
• Data cleansing
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
How Will MIS Help My Career?
• The Company: Mega Midwest Power
• Position Description: Entry-level data analyst
• Job Requirements
• Interview Questions
• Author Tips
Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
Copyright
This work is protected by United States copyright laws and is
provided solely for the use of instructors in teaching their
courses and assessing student learning. Dissemination or sale of
any part of this work (including on the World Wide Web) will
destroy the integrity of the work and is not permitted. The work
and materials from it should never be made available to students
except by instructors using the accompanying text in their
classes. All recipients of this work are expected to abide by these
restrictions and to honor the intended pedagogical purposes and
the needs of other instructors who rely on these materials.

Weitere ähnliche Inhalte

Ähnlich wie Business Intelligence.pptx

Is Your Staff Big Data Ready? 5 Things to Know About What It Will Take to Suc...
Is Your Staff Big Data Ready? 5 Things to Know About What It Will Take to Suc...Is Your Staff Big Data Ready? 5 Things to Know About What It Will Take to Suc...
Is Your Staff Big Data Ready? 5 Things to Know About What It Will Take to Suc...CompTIA
 
Database Systems
Database SystemsDatabase Systems
Database SystemsUsman Tariq
 
Unlock Your Data for ML & AI using Data Virtualization
Unlock Your Data for ML & AI using Data VirtualizationUnlock Your Data for ML & AI using Data Virtualization
Unlock Your Data for ML & AI using Data VirtualizationDenodo
 
Data Fabric - Why Should Organizations Implement a Logical and Not a Physical...
Data Fabric - Why Should Organizations Implement a Logical and Not a Physical...Data Fabric - Why Should Organizations Implement a Logical and Not a Physical...
Data Fabric - Why Should Organizations Implement a Logical and Not a Physical...Denodo
 
¿En qué se parece el Gobierno del Dato a un parque de atracciones?
¿En qué se parece el Gobierno del Dato a un parque de atracciones?¿En qué se parece el Gobierno del Dato a un parque de atracciones?
¿En qué se parece el Gobierno del Dato a un parque de atracciones?Denodo
 
Gilbane 2009 -- How Can Content Management Software Keep Pace?
Gilbane 2009 -- How Can Content Management Software Keep Pace?Gilbane 2009 -- How Can Content Management Software Keep Pace?
Gilbane 2009 -- How Can Content Management Software Keep Pace?weisinger
 
Building Data Science Ecosystems for Smart Cities and Smart Commerce
Building Data Science Ecosystems for Smart Cities and Smart CommerceBuilding Data Science Ecosystems for Smart Cities and Smart Commerce
Building Data Science Ecosystems for Smart Cities and Smart CommerceAlex Liu
 
Got data?… now what? An introduction to modern data platforms
Got data?… now what?  An introduction to modern data platformsGot data?… now what?  An introduction to modern data platforms
Got data?… now what? An introduction to modern data platformsJamesAnderson599331
 
Big data by Mithlesh sadh
Big data by Mithlesh sadhBig data by Mithlesh sadh
Big data by Mithlesh sadhMithlesh Sadh
 
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BI
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BIAugmentation, Collaboration, Governance: Defining the Future of Self-Service BI
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BIDenodo
 
DAMA & Denodo Webinar: Modernizing Data Architecture Using Data Virtualization
DAMA & Denodo Webinar: Modernizing Data Architecture Using Data Virtualization DAMA & Denodo Webinar: Modernizing Data Architecture Using Data Virtualization
DAMA & Denodo Webinar: Modernizing Data Architecture Using Data Virtualization Denodo
 
Bigdataissueschallengestoolsngoodpractices 141130054740-conversion-gate01
Bigdataissueschallengestoolsngoodpractices 141130054740-conversion-gate01Bigdataissueschallengestoolsngoodpractices 141130054740-conversion-gate01
Bigdataissueschallengestoolsngoodpractices 141130054740-conversion-gate01Soujanya V
 
Metadata Strategies - Data Squared
Metadata Strategies - Data SquaredMetadata Strategies - Data Squared
Metadata Strategies - Data SquaredDATAVERSITY
 
Eclipse day Sydney 2014 BIG data presentation
Eclipse day Sydney 2014 BIG data presentationEclipse day Sydney 2014 BIG data presentation
Eclipse day Sydney 2014 BIG data presentationSai Paravastu
 
ESSnet Big Data WP8 Methodology (+ Quality, +IT)
ESSnet Big Data WP8 Methodology (+ Quality, +IT)ESSnet Big Data WP8 Methodology (+ Quality, +IT)
ESSnet Big Data WP8 Methodology (+ Quality, +IT)Piet J.H. Daas
 
What_BigData_means_to_your_organization
What_BigData_means_to_your_organizationWhat_BigData_means_to_your_organization
What_BigData_means_to_your_organizationAttila Barta
 

Ähnlich wie Business Intelligence.pptx (20)

Is Your Staff Big Data Ready? 5 Things to Know About What It Will Take to Suc...
Is Your Staff Big Data Ready? 5 Things to Know About What It Will Take to Suc...Is Your Staff Big Data Ready? 5 Things to Know About What It Will Take to Suc...
Is Your Staff Big Data Ready? 5 Things to Know About What It Will Take to Suc...
 
Big data analytics
Big data analyticsBig data analytics
Big data analytics
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
Unlock Your Data for ML & AI using Data Virtualization
Unlock Your Data for ML & AI using Data VirtualizationUnlock Your Data for ML & AI using Data Virtualization
Unlock Your Data for ML & AI using Data Virtualization
 
Data Fabric - Why Should Organizations Implement a Logical and Not a Physical...
Data Fabric - Why Should Organizations Implement a Logical and Not a Physical...Data Fabric - Why Should Organizations Implement a Logical and Not a Physical...
Data Fabric - Why Should Organizations Implement a Logical and Not a Physical...
 
¿En qué se parece el Gobierno del Dato a un parque de atracciones?
¿En qué se parece el Gobierno del Dato a un parque de atracciones?¿En qué se parece el Gobierno del Dato a un parque de atracciones?
¿En qué se parece el Gobierno del Dato a un parque de atracciones?
 
Gilbane 2009 -- How Can Content Management Software Keep Pace?
Gilbane 2009 -- How Can Content Management Software Keep Pace?Gilbane 2009 -- How Can Content Management Software Keep Pace?
Gilbane 2009 -- How Can Content Management Software Keep Pace?
 
Building Data Science Ecosystems for Smart Cities and Smart Commerce
Building Data Science Ecosystems for Smart Cities and Smart CommerceBuilding Data Science Ecosystems for Smart Cities and Smart Commerce
Building Data Science Ecosystems for Smart Cities and Smart Commerce
 
Got data?… now what? An introduction to modern data platforms
Got data?… now what?  An introduction to modern data platformsGot data?… now what?  An introduction to modern data platforms
Got data?… now what? An introduction to modern data platforms
 
Bigdata-Intro.pptx
Bigdata-Intro.pptxBigdata-Intro.pptx
Bigdata-Intro.pptx
 
Big data by Mithlesh sadh
Big data by Mithlesh sadhBig data by Mithlesh sadh
Big data by Mithlesh sadh
 
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BI
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BIAugmentation, Collaboration, Governance: Defining the Future of Self-Service BI
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BI
 
DAMA & Denodo Webinar: Modernizing Data Architecture Using Data Virtualization
DAMA & Denodo Webinar: Modernizing Data Architecture Using Data Virtualization DAMA & Denodo Webinar: Modernizing Data Architecture Using Data Virtualization
DAMA & Denodo Webinar: Modernizing Data Architecture Using Data Virtualization
 
Bigdataissueschallengestoolsngoodpractices 141130054740-conversion-gate01
Bigdataissueschallengestoolsngoodpractices 141130054740-conversion-gate01Bigdataissueschallengestoolsngoodpractices 141130054740-conversion-gate01
Bigdataissueschallengestoolsngoodpractices 141130054740-conversion-gate01
 
Metadata Strategies - Data Squared
Metadata Strategies - Data SquaredMetadata Strategies - Data Squared
Metadata Strategies - Data Squared
 
Eclipse day Sydney 2014 BIG data presentation
Eclipse day Sydney 2014 BIG data presentationEclipse day Sydney 2014 BIG data presentation
Eclipse day Sydney 2014 BIG data presentation
 
E018142329
E018142329E018142329
E018142329
 
ESSnet Big Data WP8 Methodology (+ Quality, +IT)
ESSnet Big Data WP8 Methodology (+ Quality, +IT)ESSnet Big Data WP8 Methodology (+ Quality, +IT)
ESSnet Big Data WP8 Methodology (+ Quality, +IT)
 
Sq lite module1
Sq lite module1Sq lite module1
Sq lite module1
 
What_BigData_means_to_your_organization
What_BigData_means_to_your_organizationWhat_BigData_means_to_your_organization
What_BigData_means_to_your_organization
 

Kürzlich hochgeladen

Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 

Kürzlich hochgeladen (20)

Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 

Business Intelligence.pptx

  • 1. Management Information Systems: Managing the Digital Firm Seventeenth Edition Chapter 6 Foundations of Business Intelligence: Databases and Information Management Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved
  • 2. 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 (DBMS), and why is a relational DBMSso 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? 6.5 How will MIS help my career?
  • 3. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Video Cases • Case 1: Brooks Brothers Closes In on Omnichannel Retail • Case 2: Maruti Suzuki Business Intelligence and Enterprise Databases
  • 4. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Domino’s Masters Data One Pizza at a Time (Slide 1 of 2) • Problem – Very large volumes of data – Data fragmented in multiple systems and files • Solutions – Develop enterprise data strategy – Consolidate, standardize, and cleanse data – Revise data access rules and procedures – Deploy Talend, MDM software, and Hadoop
  • 5. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Domino’s Masters Data One Pizza at a Time (Slide 2 of 2) • Enterprise Management Framework makes data more accurate and consistent enterprise-wide, accelerates decision making and improves customer analysis • Illustrates the importance of data management for better decision making and customer analysis
  • 6. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved File Organization Terms and Concepts • Database: Group of related files • File: Group of records of same type • Record: Group of related fields • Field: Group of characters as word(s) or number(s) • Entity: Person, place, thing on which we store information • Attribute: Each characteristic, or quality, describing entity
  • 7. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.1 The Data Hierarchy
  • 8. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Problems with the Traditional File Environment • Files maintained separately by different departments • Data redundancy • Data inconsistency • Program-data dependence • Lack of flexibility • Poor security • Lack of data sharing and availability
  • 9. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.2 Traditional File Processing
  • 10. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Database Management Systems • Database – Serves many applications by centralizing data and controlling redundant data • Database management system (DBMS) – Interfaces between applications and physical data files – Separates logical and physical views of data – Solves problems of traditional file environment  Controls redundancy  Eliminates inconsistency  Uncouples programs and data  Enables organization to centrally manage data and data security
  • 11. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.3 Human Resources Database with Multiple Views
  • 12. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Relational DBMS • Represent data as two-dimensional tables • Each table contains data on entity and attributes • Table: grid of columns and rows – Rows (tuples): Records for different entities – Fields (columns): Represents attribute for entity – Key field: Field used to uniquely identify each record – Primary key: Field in table used for key fields – Foreign key: Primary key used in second table as look- up field to identify records from original table
  • 13. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.4 Relational Database Tables
  • 14. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Operations of a Relational DBMS • Three basic operations used to develop useful sets of data – SELECT  Creates subset of data of all records that meet stated criteria – JOIN  Combines relational tables to provide user with more information than available in individual tables – PROJECT  Creates subset of columns in table, creating tables with only the information specified
  • 15. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.5 The Three Basic Operations of a Relational DBMS
  • 16. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Capabilities of Database Management Systems • Data definition • Data dictionary • Querying and reporting – Data manipulation language  Structured Query Language (SQL) • Many DBMS have report generation capabilities for creating polished reports (Microsoft Access)
  • 17. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.6 Access Data Dictionary Features
  • 18. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.7 Example of an SQLQuery
  • 19. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.8 An Access Query
  • 20. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Designing Databases • Conceptual design vs. physical design • Normalization – Streamlining complex groupings of data to minimize redundant data elements and awkward many-to-many relationships • Referential integrity – Rules used by RDBMS to ensure relationships between tables remain consistent • Entity-relationship diagram • A correct data model is essential for a system serving the business well
  • 21. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.9 An Unnormalized Relation for Order
  • 22. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.10 Normalized Tables Created from Order
  • 23. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.11 An Entity-Relationship Diagram
  • 24. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Non-Relational Databases, Cloud Databases and Blockchain (Slide 1 of 3) • Non-relational databases: “No SQL” – More flexible data model – Data sets stored across distributed machines – Easier to scale – Handle large volumes of unstructured and structured data
  • 25. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Non-Relational Databases, Cloud Databases and Blockchain (Slide 2 of 3) • Cloud databases – Appeal to start-ups, smaller businesses – Amazon Relational Database Service, Microsoft SQL Azure – Private clouds • Distributed databases – Stored in multiple physical locations – Example: Google Spanner
  • 26. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Interactive Session: Technology: New Cloud Database Tools Help Vodafone Fiji Make Better Decisions • Class discussion – Define the problem faced by Vodafone Fiji. What management, organization, and technology factors contributed to the problem? – Evaluate Oracle Autonomous Data Warehouse and Oracle Analytics Cloud as a solution for Vodafone Fiji? – How did the new Oracle tools change decision making at Vodafone Fiji? – Was using cloud services advantageous for Vodafone Fiji? Explain your answer.
  • 27. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Non-relational Databases, Cloud Databases, and Blockchain (Slide 3 of 3) • Blockchain – Distributed ledgers in a peer-to-peer distributed database – Maintains a growing list of records and transactions shared by all – Encryption used to identify participants and transactions – Used for financial transactions, supply chain, and medical records – Foundation of Bitcoin, and other crypto currencies
  • 28. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.12 How Blockchain Works
  • 29. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved The Challenge of Big Data • Big data – Massive sets of unstructured/semi-structured data from web traffic, social media, sensors, and so on • Volumes too great for typical DBMS – Petabytes, exabytes of data • Can reveal more patterns, relationships and anomalies • Requires new tools and technologies to manage and analyze
  • 30. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Interactive Session: Management: Big Data Baseball • Class discussion – How did information technology change the game of baseball? Explain. – How did information technology affect decision making at MLB teams? What kind of decisions changed as the result of using big data? – How much should baseball rely on big data and analytics?
  • 31. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Business Intelligence Infrastructure (1 of 4) • Array of tools for obtaining information from separate systems and from big data – Data warehouse – Data mart – Hadoop – In-memory computing – Analytical platforms
  • 32. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Business Intelligence Infrastructure (2 of 4) • Data warehouse – Stores current and historical data from many core operational transaction systems – Consolidates and standardizes information for use across enterprise, but data cannot be altered – Provides analysis and reporting tools • Data marts – Subset of data warehouse – Typically focus on single subject or line of business
  • 33. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Business Intelligence Infrastructure (3 of 4) • Hadoop – Enables distributed parallel processing of big data across inexpensive computers – Key services  Hadoop Distributed File System (HDFS): data storage  MapReduce: breaks data into clusters for work  Hbase: No SQL database – Used by Yahoo, NextBio
  • 34. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Business Intelligence Infrastructure (4 of 4) • In-memory computing – Used in big data analysis – Uses computers main memory (RAM) for data storage to avoid delays in retrieving data from disk storage – Can reduce hours/days of processing to seconds – Requires optimized hardware • Analytic platforms – High-speed platforms using both relational and non- relational tools optimized for large datasets
  • 35. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.13 Contemporary Business Intelligence Infrastructure
  • 36. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Analytical Tools: Relationships, Patterns, Trends • Tools for consolidating, analyzing, and providing access to vast amounts of data to help users make better business decisions – Multidimensional data analysis (OLAP) – Data mining – Text mining – Web mining
  • 37. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Online Analytical Processing (OLAP) • Supports multidimensional data analysis – Viewing data using multiple dimensions – Each aspect of information (product, pricing, cost, region, time period) is different dimension – Example: How many washers sold in the East in June compared to the sales forecast? • OLAP enables rapid, online answers to ad hoc queries
  • 38. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.14 Multidimensional Data Model
  • 39. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Data Mining • Finds hidden patterns, relationships in datasets – Example: customer buying patterns • Infers rules to predict future behavior • Types of information obtainable from data mining: – Associations – Sequences – Classification – Clustering – Forecasting
  • 40. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Text Mining and Web Mining • Text mining – Extracts key elements from large unstructured text data sets – Sentiment analysis software • Web mining – Discovery and analysis of useful patterns and information from web – Web content mining – Web structure mining – Web usage mining
  • 41. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Databases and the Web • Many companies use the web to make some internal databases available to customers or partners • Typical configuration includes: – Web server – Application server/middleware/scripts – Database server (hosting DBMS) • Advantages of using the web for database access: – Ease of use of browser software – Web interface requires few or no changes to database – Inexpensive to add web interface to system
  • 42. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Figure 6.15 Linking Internal Databases to the Web
  • 43. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Data Governance • Data governance – Encompasses policies and procedures through which data can be managed as an organizational resource. – Establishes rules for sharing, disseminating, acquiring, standardizing, classifying and inventorying information  Example: Firm information policy that specifies that only selected members of a particular department can view certain information
  • 44. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Data Quality Assurance • More than 25 percent of critical data in Fortune 1000 company databases are inaccurate or incomplete • Before new database is in place, a firm must: – Identify and correct faulty data – Establish better routines for editing data once database in operation • Data quality audit • Data cleansing
  • 45. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved How Will MIS Help My Career? • The Company: Mega Midwest Power • Position Description: Entry-level data analyst • Job Requirements • Interview Questions • Author Tips
  • 46. Copyright © 2022, 2020, 2018 Pearson Education, Inc. All Rights Reserved Copyright This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching their courses and assessing student learning. Dissemination or sale of any part of this work (including on the World Wide Web) will destroy the integrity of the work and is not permitted. The work and materials from it should never be made available to students except by instructors using the accompanying text in their classes. All recipients of this work are expected to abide by these restrictions and to honor the intended pedagogical purposes and the needs of other instructors who rely on these materials.