SlideShare a Scribd company logo
1 of 33
Download to read offline
Copyright © 2018 Pearson Education Ltd.
Management Information Systems:
Managing the Digital Firm
Fifteenth edition
Chapter 6
Foundations of Business
Intelligence: Databases and
Information Management
Copyright © 2018 Pearson Education Ltd.
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
DBMS 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 information policy, data administration, and
data quality assurance essential for managing the firm’s
data resources?
Copyright © 2018 Pearson Education Ltd.
File Organization Terms and Concepts
• Database: Group of related files
• File: Group of records of the same type
• Record: Group of related fields
• Field: Group of characters as word(s) or
number(s)
• Entity: Person, place, or thing on which we store
information
• Attribute: Each characteristic, or quality, describing
the entity
Copyright © 2018 Pearson Education Ltd.
Figure 6.1: The Data Hierarchy
Copyright © 2018 Pearson Education Ltd.
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 © 2018 Pearson Education Ltd.
Figure 6.2: Traditional File Processing
Copyright © 2018 Pearson Education Ltd.
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 © 2018 Pearson Education Ltd.
Figure 6.3: Human Resources Database with
Multiple Views
Copyright © 2018 Pearson Education Ltd.
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 © 2018 Pearson Education Ltd.
Figure 6.4: Relational Database Tables
Copyright © 2018 Pearson Education Ltd.
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 © 2018 Pearson Education Ltd.
Figure 6.5: The Three Basic Operations of a
Relational DBMS
Copyright © 2018 Pearson Education Ltd.
Capabilities of Database Management
Systems
• Data definition capability
• 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 © 2018 Pearson Education Ltd.
Figure 6.6: Access Data Dictionary Features
Copyright © 2018 Pearson Education Ltd.
Figure 6.8: An Access Query
Copyright © 2018 Pearson Education Ltd.
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 © 2018 Pearson Education Ltd.
Figure 6.9: An Unnormalized Relation for
Order
Copyright © 2018 Pearson Education Ltd.
Figure 6.10: Normalized Tables Created
from Order
Copyright © 2018 Pearson Education Ltd.
Figure 6.11: An Entity-Relationship
Diagram
Copyright © 2018 Pearson Education Ltd.
Non-relational Databases and Databases in
the Cloud
• Non-relational databases: “NoSQL”
– More flexible data model
– Data sets stored across distributed machines
– Easier to scale
– Handle large volumes of unstructured and structured data
• Databases in the cloud
– Appeal to start-ups, smaller businesses
– Amazon Relational Database Service, Microsoft SQL Azure
– Private clouds
Copyright © 2018 Pearson Education Ltd.
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 © 2018 Pearson Education Ltd.
Business Intelligence Infrastructure
• Array of tools for obtaining information from
separate systems and from big data
• 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
Copyright © 2018 Pearson Education Ltd.
Business Intelligence Infrastructure
• 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 © 2018 Pearson Education Ltd.
Figure 6.12: Contemporary Business
Intelligence Infrastructure
Copyright © 2018 Pearson Education Ltd.
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 © 2018 Pearson Education Ltd.
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 with other regions?
• OLAP enables rapid, online answers to ad hoc
queries
Copyright © 2018 Pearson Education Ltd.
Figure 6.13: Multidimensional Data Model
Copyright © 2018 Pearson Education Ltd.
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 © 2018 Pearson Education Ltd.
Text Mining and Web Mining
• Text mining
– Extracts key elements from large unstructured 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 © 2018 Pearson Education Ltd.
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/CGI 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 © 2018 Pearson Education Ltd.
Figure 6.14: Linking Internal Databases to
the Web
Copyright © 2018 Pearson Education Ltd.
Establishing an Information Policy
• Firm’s rules, procedures, roles for sharing,
managing, standardizing data
• Data administration
– Establishes policies and procedures to manage data
• Data governance
– Deals with policies and processes for managing availability,
usability, integrity, and security of data, especially regarding
government regulations
• Database administration
– Creating and maintaining database
Copyright © 2018 Pearson Education Ltd.
Ensuring Data Quality
• 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

More Related Content

What's hot

Chapter 01 Information systems in global business today
Chapter 01 Information systems in global business todayChapter 01 Information systems in global business today
Chapter 01 Information systems in global business todayVan Chau
 
Laudon mis12 ppt03
Laudon mis12 ppt03Laudon mis12 ppt03
Laudon mis12 ppt03Faisal14H
 
Information Systems in Global Business Today
Information Systems in Global Business TodayInformation Systems in Global Business Today
Information Systems in Global Business Todaytvto1381
 
MIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation SystemsMIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation SystemsSukanya Ben
 
information system in business today
information system in business todayinformation system in business today
information system in business todayshriya jha
 
MIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer IntimacyMIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer IntimacySukanya Ben
 
Erp, crm and scm concept
Erp, crm and scm conceptErp, crm and scm concept
Erp, crm and scm conceptFadly Gaulan
 
MIS-CH13: Building Information Systems
MIS-CH13: Building Information SystemsMIS-CH13: Building Information Systems
MIS-CH13: Building Information SystemsSukanya Ben
 
Data Management vs Data Strategy
Data Management vs Data StrategyData Management vs Data Strategy
Data Management vs Data StrategyDATAVERSITY
 
MIS-CH05: IT Infrastructure and Emerging Technologies
MIS-CH05: IT Infrastructure and Emerging TechnologiesMIS-CH05: IT Infrastructure and Emerging Technologies
MIS-CH05: IT Infrastructure and Emerging TechnologiesSukanya Ben
 
Ethical and social issues in management information systems for BBA hons pro...
Ethical and social issues in management information systems  for BBA hons pro...Ethical and social issues in management information systems  for BBA hons pro...
Ethical and social issues in management information systems for BBA hons pro...Tonmoy zahid Rishad
 
Introduction: Enterprise Systems for Management
Introduction: Enterprise Systems for ManagementIntroduction: Enterprise Systems for Management
Introduction: Enterprise Systems for ManagementKanishka Gopal
 
MIS-CH08: Securing Information Systems
MIS-CH08: Securing Information SystemsMIS-CH08: Securing Information Systems
MIS-CH08: Securing Information SystemsSukanya Ben
 

What's hot (20)

Chapter 01 Information systems in global business today
Chapter 01 Information systems in global business todayChapter 01 Information systems in global business today
Chapter 01 Information systems in global business today
 
Laudon mis12 ppt03
Laudon mis12 ppt03Laudon mis12 ppt03
Laudon mis12 ppt03
 
Information Systems in Global Business Today
Information Systems in Global Business TodayInformation Systems in Global Business Today
Information Systems in Global Business Today
 
MIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation SystemsMIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation Systems
 
information system in business today
information system in business todayinformation system in business today
information system in business today
 
Chapter 4 MIS
Chapter 4 MISChapter 4 MIS
Chapter 4 MIS
 
MIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer IntimacyMIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer Intimacy
 
Erp, crm and scm concept
Erp, crm and scm conceptErp, crm and scm concept
Erp, crm and scm concept
 
MIS-CH13: Building Information Systems
MIS-CH13: Building Information SystemsMIS-CH13: Building Information Systems
MIS-CH13: Building Information Systems
 
Laudon mis14 ch02
Laudon mis14 ch02Laudon mis14 ch02
Laudon mis14 ch02
 
Data Management vs Data Strategy
Data Management vs Data StrategyData Management vs Data Strategy
Data Management vs Data Strategy
 
Information systems in global business today
Information systems in global business todayInformation systems in global business today
Information systems in global business today
 
MIS Chapter 3
MIS Chapter 3MIS Chapter 3
MIS Chapter 3
 
MIS-CH05: IT Infrastructure and Emerging Technologies
MIS-CH05: IT Infrastructure and Emerging TechnologiesMIS-CH05: IT Infrastructure and Emerging Technologies
MIS-CH05: IT Infrastructure and Emerging Technologies
 
Ethical and social issues in management information systems for BBA hons pro...
Ethical and social issues in management information systems  for BBA hons pro...Ethical and social issues in management information systems  for BBA hons pro...
Ethical and social issues in management information systems for BBA hons pro...
 
MIS Chapter 4
MIS Chapter 4MIS Chapter 4
MIS Chapter 4
 
Introduction: Enterprise Systems for Management
Introduction: Enterprise Systems for ManagementIntroduction: Enterprise Systems for Management
Introduction: Enterprise Systems for Management
 
Information system in bussines today
Information system in bussines todayInformation system in bussines today
Information system in bussines today
 
MIS-CH08: Securing Information Systems
MIS-CH08: Securing Information SystemsMIS-CH08: Securing Information Systems
MIS-CH08: Securing Information Systems
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 

Similar to Ch 6.pdf

Laudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.pptLaudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.pptanisur_rehman
 
Chapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceChapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceVan Chau
 
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISMIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISSukanya Ben
 
Foundations_of_Business_Intelligence.ppt
Foundations_of_Business_Intelligence.pptFoundations_of_Business_Intelligence.ppt
Foundations_of_Business_Intelligence.pptSeptama1
 
Best Practices for Meeting State Data Management Objectives
Best Practices for Meeting State Data Management ObjectivesBest Practices for Meeting State Data Management Objectives
Best Practices for Meeting State Data Management ObjectivesEmbarcadero Technologies
 
Databases and Information Management (1).ppt
Databases and Information Management (1).pptDatabases and Information Management (1).ppt
Databases and Information Management (1).pptAlaaShaqfa2
 
Enabling Better Clinical Operations through a Clinical Operations Store
Enabling Better Clinical Operations through a Clinical Operations StoreEnabling Better Clinical Operations through a Clinical Operations Store
Enabling Better Clinical Operations through a Clinical Operations StoreSaama
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database managementOnline
 
Chapter 6
Chapter 6Chapter 6
Chapter 6uabir
 
7 - Enterprise IT in Action
7 - Enterprise IT in Action7 - Enterprise IT in Action
7 - Enterprise IT in ActionRaymond Gao
 
Foundation of Business Intelligence for Business Firms .ppt
Foundation of Business Intelligence for Business Firms .pptFoundation of Business Intelligence for Business Firms .ppt
Foundation of Business Intelligence for Business Firms .pptRoshni814224
 

Similar to Ch 6.pdf (20)

Business Intelligence.pptx
Business Intelligence.pptxBusiness Intelligence.pptx
Business Intelligence.pptx
 
Laudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.pptLaudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.ppt
 
Chapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceChapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligence
 
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISMIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 
Mis11e ch06
Mis11e ch06Mis11e ch06
Mis11e ch06
 
Chap005
Chap005Chap005
Chap005
 
Foundations of business intelligence databases and information management
Foundations of business intelligence databases and information managementFoundations of business intelligence databases and information management
Foundations of business intelligence databases and information management
 
Foundations_of_Business_Intelligence.ppt
Foundations_of_Business_Intelligence.pptFoundations_of_Business_Intelligence.ppt
Foundations_of_Business_Intelligence.ppt
 
Best Practices for Meeting State Data Management Objectives
Best Practices for Meeting State Data Management ObjectivesBest Practices for Meeting State Data Management Objectives
Best Practices for Meeting State Data Management Objectives
 
Databases and Information Management (1).ppt
Databases and Information Management (1).pptDatabases and Information Management (1).ppt
Databases and Information Management (1).ppt
 
Enabling Better Clinical Operations through a Clinical Operations Store
Enabling Better Clinical Operations through a Clinical Operations StoreEnabling Better Clinical Operations through a Clinical Operations Store
Enabling Better Clinical Operations through a Clinical Operations Store
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database management
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 
RowanDay4.pptx
RowanDay4.pptxRowanDay4.pptx
RowanDay4.pptx
 
ITE 101 - Week 7
ITE 101 - Week 7ITE 101 - Week 7
ITE 101 - Week 7
 
Data mining notes
Data mining notesData mining notes
Data mining notes
 
7 - Enterprise IT in Action
7 - Enterprise IT in Action7 - Enterprise IT in Action
7 - Enterprise IT in Action
 
Foundation of Business Intelligence for Business Firms .ppt
Foundation of Business Intelligence for Business Firms .pptFoundation of Business Intelligence for Business Firms .ppt
Foundation of Business Intelligence for Business Firms .ppt
 
Session#5; data resource managment
Session#5;  data resource managmentSession#5;  data resource managment
Session#5; data resource managment
 

More from Mohamed Ali

More from Mohamed Ali (15)

Sheet 1.pdf
Sheet 1.pdfSheet 1.pdf
Sheet 1.pdf
 
Chapter 7 2022.pdf
Chapter 7 2022.pdfChapter 7 2022.pdf
Chapter 7 2022.pdf
 
Chapter 2 2022.pdf
Chapter 2 2022.pdfChapter 2 2022.pdf
Chapter 2 2022.pdf
 
Chapter 1 2022.pdf
Chapter 1 2022.pdfChapter 1 2022.pdf
Chapter 1 2022.pdf
 
Chapter 1 2021.pdf
Chapter 1 2021.pdfChapter 1 2021.pdf
Chapter 1 2021.pdf
 
Chapter 6 2022.pdf
Chapter 6 2022.pdfChapter 6 2022.pdf
Chapter 6 2022.pdf
 
Chapter 5 2022.pdf
Chapter 5 2022.pdfChapter 5 2022.pdf
Chapter 5 2022.pdf
 
Chapter 3 2022.pdf
Chapter 3 2022.pdfChapter 3 2022.pdf
Chapter 3 2022.pdf
 
Chapter 4 2022.pdf
Chapter 4 2022.pdfChapter 4 2022.pdf
Chapter 4 2022.pdf
 
Ch 5.pdf
Ch 5.pdfCh 5.pdf
Ch 5.pdf
 
Ch 3.pdf
Ch 3.pdfCh 3.pdf
Ch 3.pdf
 
Ch 2.pdf
Ch 2.pdfCh 2.pdf
Ch 2.pdf
 
Ch 1.pdf
Ch 1.pdfCh 1.pdf
Ch 1.pdf
 
information system Ch 2
information system Ch 2information system Ch 2
information system Ch 2
 
Information system
Information systemInformation system
Information system
 

Recently uploaded

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 

Ch 6.pdf

  • 1. Copyright © 2018 Pearson Education Ltd. Management Information Systems: Managing the Digital Firm Fifteenth edition Chapter 6 Foundations of Business Intelligence: Databases and Information Management
  • 2. Copyright © 2018 Pearson Education Ltd. 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 DBMS 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 information policy, data administration, and data quality assurance essential for managing the firm’s data resources?
  • 3. Copyright © 2018 Pearson Education Ltd. File Organization Terms and Concepts • Database: Group of related files • File: Group of records of the same type • Record: Group of related fields • Field: Group of characters as word(s) or number(s) • Entity: Person, place, or thing on which we store information • Attribute: Each characteristic, or quality, describing the entity
  • 4. Copyright © 2018 Pearson Education Ltd. Figure 6.1: The Data Hierarchy
  • 5. Copyright © 2018 Pearson Education Ltd. 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
  • 6. Copyright © 2018 Pearson Education Ltd. Figure 6.2: Traditional File Processing
  • 7. Copyright © 2018 Pearson Education Ltd. 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
  • 8. Copyright © 2018 Pearson Education Ltd. Figure 6.3: Human Resources Database with Multiple Views
  • 9. Copyright © 2018 Pearson Education Ltd. 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
  • 10. Copyright © 2018 Pearson Education Ltd. Figure 6.4: Relational Database Tables
  • 11. Copyright © 2018 Pearson Education Ltd. 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
  • 12. Copyright © 2018 Pearson Education Ltd. Figure 6.5: The Three Basic Operations of a Relational DBMS
  • 13. Copyright © 2018 Pearson Education Ltd. Capabilities of Database Management Systems • Data definition capability • Data dictionary • Querying and reporting – Data manipulation language  Structured Query Language (SQL) • Many DBMS have report generation capabilities for creating polished reports (Microsoft Access)
  • 14. Copyright © 2018 Pearson Education Ltd. Figure 6.6: Access Data Dictionary Features
  • 15. Copyright © 2018 Pearson Education Ltd. Figure 6.8: An Access Query
  • 16. Copyright © 2018 Pearson Education Ltd. 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
  • 17. Copyright © 2018 Pearson Education Ltd. Figure 6.9: An Unnormalized Relation for Order
  • 18. Copyright © 2018 Pearson Education Ltd. Figure 6.10: Normalized Tables Created from Order
  • 19. Copyright © 2018 Pearson Education Ltd. Figure 6.11: An Entity-Relationship Diagram
  • 20. Copyright © 2018 Pearson Education Ltd. Non-relational Databases and Databases in the Cloud • Non-relational databases: “NoSQL” – More flexible data model – Data sets stored across distributed machines – Easier to scale – Handle large volumes of unstructured and structured data • Databases in the cloud – Appeal to start-ups, smaller businesses – Amazon Relational Database Service, Microsoft SQL Azure – Private clouds
  • 21. Copyright © 2018 Pearson Education Ltd. 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
  • 22. Copyright © 2018 Pearson Education Ltd. Business Intelligence Infrastructure • Array of tools for obtaining information from separate systems and from big data • 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
  • 23. Copyright © 2018 Pearson Education Ltd. Business Intelligence Infrastructure • 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
  • 24. Copyright © 2018 Pearson Education Ltd. Figure 6.12: Contemporary Business Intelligence Infrastructure
  • 25. Copyright © 2018 Pearson Education Ltd. 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
  • 26. Copyright © 2018 Pearson Education Ltd. 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 with other regions? • OLAP enables rapid, online answers to ad hoc queries
  • 27. Copyright © 2018 Pearson Education Ltd. Figure 6.13: Multidimensional Data Model
  • 28. Copyright © 2018 Pearson Education Ltd. 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
  • 29. Copyright © 2018 Pearson Education Ltd. Text Mining and Web Mining • Text mining – Extracts key elements from large unstructured 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
  • 30. Copyright © 2018 Pearson Education Ltd. 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/CGI 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
  • 31. Copyright © 2018 Pearson Education Ltd. Figure 6.14: Linking Internal Databases to the Web
  • 32. Copyright © 2018 Pearson Education Ltd. Establishing an Information Policy • Firm’s rules, procedures, roles for sharing, managing, standardizing data • Data administration – Establishes policies and procedures to manage data • Data governance – Deals with policies and processes for managing availability, usability, integrity, and security of data, especially regarding government regulations • Database administration – Creating and maintaining database
  • 33. Copyright © 2018 Pearson Education Ltd. Ensuring Data Quality • 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