SlideShare a Scribd company logo
1 of 40
5 Chapter   Foundations of Business Intelligence: Databases and Information Management
STUDENT LEARNING OBJECTIVES Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management ,[object Object],[object Object],[object Object]
[object Object],[object Object],STUDENT LEARNING OBJECTIVES Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
[object Object],[object Object],NASCAR Races to Manage Its Data Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
[object Object],[object Object],[object Object],NASCAR Races to Manage Its Data Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
NASCAR Races to Manage Its Data Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
The Database Approach to Data Management ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
The Database Approach to Data Management ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
A Relational Database Table Figure 5-1 A relational database organizes data in the form of two-dimensional tables. Illustrated here is a table for the entity SUPPLIER showing how it represents the entity and its attributes. Supplier_Number is the key field. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
The PART Table Figure 5-2 Data for the entity PART have their own separate table. Part_Number is the primary key and  Supplier_Number is the foreign key, enabling users to find related information from the SUPPLIER table about the supplier for each part. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
The Database Approach to Data Management ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
A Simple Entity-Relationship Diagram Figure 5-3 This diagram shows the relationship between the entities SUPPLIER and PART. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
The Database Approach to Data Management ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Sample Order Report Figure 5-4 The shaded areas show which data came from the SUPPLIER, LINE_ITEM, and ORDER tables. The database does not maintain data on Extended Price or Order Total because they can be derived from other data in the tables. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
The Final Database Design with Sample Records Figure 5-5 The final design of the database for suppliers, parts, and orders has four tables. The LINE_ITEM table is a join table that  eliminates the many-to-many relationship between ORDER and PART. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Entity-Relationship Diagram for the Database with Four Tables Figure 5-6 This diagram shows the relationship between the entities SUPPLIER,  ART, LINE_ITEM, and  ORDER. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
[object Object],[object Object],[object Object],[object Object],[object Object],DBMS Database Management Systems Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Human Resources Database with Multiple Views Figure 5-7 A single human resources database provides many different views of data, depending on the information requirements of the user. Illustrated here are two possible views, one of interest to a benefits specialist and one of interest to a member of the company’s payroll department. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management Database Management Systems
Operations of a Relational DBMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Database Management Systems Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
The Three Basic Operations of a Relational DBMS Figure 5-8 The select, project, and join operations enable data from two different tables to be combined and only selected attributes to be displayed. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management Database Management Systems
Capabilities of Database Management Systems ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Database Management Systems Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Access Data Dictionary Features Figure 5-9 Microsoft Access has a rudimentary data dictionary capability that displays information about the size, format, and other characteristics of each field in a database. Displayed here is the information maintained in the SUPPLIER table. The small key icon to the left of Supplier_Number indicates that it is a key field. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management Database Management Systems
Example of an SQL Query Figure 5-10 Illustrated here are the SQL statements for a query to select suppliers for parts 137 or 150. They produce a list with the same results as Figure 5-8. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management Database Management Systems
An Access Query Figure 5-11 Illustrated here is how the query in Figure 5–10 would be constructed using Microsoft Access query-building tools. It shows the tables, fields, and selection criteria used for the query. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management Database Management Systems
Object-Oriented DBMS (OODBMS) ,[object Object],[object Object],[object Object],[object Object],[object Object],Database Management Systems Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Using Databases to Improve Business Performance and Decision Making ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Data Warehouses Using Databases to Improve Business Performance and Decision Making ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Components of a Data Warehouse Figure 5-12 The data warehouse extracts current and historical data from multiple operational systems inside the organization. These data are combined with data from external sources and reorganized into a central database designed for management reporting and analysis. The information directory provides users with information about the data available in the warehouse. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management Using Databases to Improve Business Performance and Decision Making
[object Object],[object Object],[object Object],[object Object],[object Object],Business Intelligence, Multidimensional Data Analysis, and Data Mining Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management Figure 5-13 A series of analytical tools works with data stored in databases to find patterns and insights for helping managers and employees make better decisions to improve organizational performance. Business Intelligence
[object Object],[object Object],[object Object],[object Object],Online Analytical Processing (OLAP) Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management Figure 5-14 The view that is showing is product versus region. If you rotate the cube 90 degrees, the face that will show is product versus actual and projected sales. If you rotate the cube 90 degrees again, you will see region versus actual and projected sales. Other views are possible. Multidimensional Data Model
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Data Mining Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
[object Object],[object Object],[object Object],[object Object],[object Object],Data Mining Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Interactive Session: Management DNA Databases: Crime Fighting Weapon or Threat to Privacy? Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management ,[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Databases and the Web Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management Figure 5-15 Users access an organization’s internal database through the Web using their desktop PCs and Web browser software. Linking Internal Databases to the Web
[object Object],[object Object],[object Object],[object Object],[object Object],Interactive Session: Technology The Databases Behind MySpace Managing Data Resources Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Establishing an Information Policy Managing Data Resources ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Ensuring Data Quality ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Managing Data Resources Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management

More Related Content

What's hot

Management Information Systems - Chapter 2
Management Information Systems - Chapter 2Management Information Systems - Chapter 2
Management Information Systems - Chapter 2Joel Briza
 
Laudon mis12 ppt01
Laudon mis12 ppt01Laudon mis12 ppt01
Laudon mis12 ppt01Norazila Mat
 
Lesson 1
Lesson 1Lesson 1
Lesson 107Deeps
 
Chapter 5 data resource management
Chapter 5 data resource managementChapter 5 data resource management
Chapter 5 data resource managementAG RD
 
Enterprise Systems
Enterprise SystemsEnterprise Systems
Enterprise SystemsSaurabh Goel
 
Management Information Systems
Management Information SystemsManagement Information Systems
Management Information SystemsRam Dutt Shukla
 
Information Systems, Organizations, Management and Strategy
Information Systems, Organizations, Management and StrategyInformation Systems, Organizations, Management and Strategy
Information Systems, Organizations, Management and StrategyMostafa Ewees
 
Introduction to database & sql
Introduction to database & sqlIntroduction to database & sql
Introduction to database & sqlzahid6
 
Management Information System James O Brien Study Notes
Management Information System James O Brien Study NotesManagement Information System James O Brien Study Notes
Management Information System James O Brien Study Notessau275
 
Introduction to the Computer-Based Information System
Introduction to the Computer-Based Information SystemIntroduction to the Computer-Based Information System
Introduction to the Computer-Based Information SystemFathur Rohman
 

What's hot (20)

Foundation Of Information Systems In Business
Foundation Of Information Systems In BusinessFoundation Of Information Systems In Business
Foundation Of Information Systems In Business
 
MIS Chapter 2
MIS Chapter 2MIS Chapter 2
MIS Chapter 2
 
Management Information Systems - Chapter 2
Management Information Systems - Chapter 2Management Information Systems - Chapter 2
Management Information Systems - Chapter 2
 
Laudon mis12 ppt01
Laudon mis12 ppt01Laudon mis12 ppt01
Laudon mis12 ppt01
 
Laudon Ch10
Laudon Ch10Laudon Ch10
Laudon Ch10
 
305 Chapter 2
305 Chapter 2305 Chapter 2
305 Chapter 2
 
Chapter 1 MIS
Chapter 1 MISChapter 1 MIS
Chapter 1 MIS
 
1. Introduction to mis
1. Introduction to mis1. Introduction to mis
1. Introduction to mis
 
Lesson 1
Lesson 1Lesson 1
Lesson 1
 
Chapter 5 data resource management
Chapter 5 data resource managementChapter 5 data resource management
Chapter 5 data resource management
 
Enterprise Systems
Enterprise SystemsEnterprise Systems
Enterprise Systems
 
MIS Chapter 4
MIS Chapter 4MIS Chapter 4
MIS Chapter 4
 
Data administration
Data administrationData administration
Data administration
 
Management Information Systems
Management Information SystemsManagement Information Systems
Management Information Systems
 
Information Systems, Organizations, Management and Strategy
Information Systems, Organizations, Management and StrategyInformation Systems, Organizations, Management and Strategy
Information Systems, Organizations, Management and Strategy
 
Database
DatabaseDatabase
Database
 
Managing data resources
Managing  data resourcesManaging  data resources
Managing data resources
 
Introduction to database & sql
Introduction to database & sqlIntroduction to database & sql
Introduction to database & sql
 
Management Information System James O Brien Study Notes
Management Information System James O Brien Study NotesManagement Information System James O Brien Study Notes
Management Information System James O Brien Study Notes
 
Introduction to the Computer-Based Information System
Introduction to the Computer-Based Information SystemIntroduction to the Computer-Based Information System
Introduction to the Computer-Based Information System
 

Viewers also liked

6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info MgmtHemant Nagwekar
 
Database management system
Database management systemDatabase management system
Database management systemRizwanHafeez
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database managementOnline
 
Database Design Slide 1
Database Design Slide 1Database Design Slide 1
Database Design Slide 1ahfiki
 
Dubuque Uses Cloud Computing and Sensors to Build
Dubuque Uses Cloud Computing and Sensors to BuildDubuque Uses Cloud Computing and Sensors to Build
Dubuque Uses Cloud Computing and Sensors to BuildYahya A. A. Abdulqader
 
Non Relational Databases
Non Relational DatabasesNon Relational Databases
Non Relational DatabasesChris Baglieri
 
Database and Java Database Connectivity
Database and Java Database ConnectivityDatabase and Java Database Connectivity
Database and Java Database ConnectivityGary Yeh
 
Organizing Data in a Traditional File Environment
Organizing Data in a Traditional File EnvironmentOrganizing Data in a Traditional File Environment
Organizing Data in a Traditional File EnvironmentAlbrecht Jones
 
Online business course program.2017.upper intermediate
Online business course program.2017.upper intermediateOnline business course program.2017.upper intermediate
Online business course program.2017.upper intermediateFlávia Uhlmann
 
Chapter 6
Chapter 6Chapter 6
Chapter 6uabir
 
Non relational databases-no sql
Non relational databases-no sqlNon relational databases-no sql
Non relational databases-no sqlRam kumar
 
Creating your own online business information management course
Creating your own online business information management courseCreating your own online business information management course
Creating your own online business information management coursergeurtz
 

Viewers also liked (20)

6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt
 
Database management system
Database management systemDatabase management system
Database management system
 
Management information system database management
Management information system database managementManagement information system database management
Management information system database management
 
Ebusiness & Information Systems
Ebusiness & Information SystemsEbusiness & Information Systems
Ebusiness & Information Systems
 
Database Design Slide 1
Database Design Slide 1Database Design Slide 1
Database Design Slide 1
 
Dubuque Uses Cloud Computing and Sensors to Build
Dubuque Uses Cloud Computing and Sensors to BuildDubuque Uses Cloud Computing and Sensors to Build
Dubuque Uses Cloud Computing and Sensors to Build
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Non Relational Databases
Non Relational DatabasesNon Relational Databases
Non Relational Databases
 
MIS chap # 6....
MIS chap # 6....MIS chap # 6....
MIS chap # 6....
 
Database and Java Database Connectivity
Database and Java Database ConnectivityDatabase and Java Database Connectivity
Database and Java Database Connectivity
 
Mis11e ch02
Mis11e ch02Mis11e ch02
Mis11e ch02
 
Organizing Data in a Traditional File Environment
Organizing Data in a Traditional File EnvironmentOrganizing Data in a Traditional File Environment
Organizing Data in a Traditional File Environment
 
Online business course program.2017.upper intermediate
Online business course program.2017.upper intermediateOnline business course program.2017.upper intermediate
Online business course program.2017.upper intermediate
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 
Business Analysis Essentials
Business Analysis EssentialsBusiness Analysis Essentials
Business Analysis Essentials
 
Non relational databases-no sql
Non relational databases-no sqlNon relational databases-no sql
Non relational databases-no sql
 
Creating your own online business information management course
Creating your own online business information management courseCreating your own online business information management course
Creating your own online business information management course
 
Dbms9
Dbms9Dbms9
Dbms9
 
Building information systems
Building information systemsBuilding information systems
Building information systems
 
Database Management
Database ManagementDatabase Management
Database Management
 

Similar to Business intelligence databases and information management

Session 6 - Data resources and information management.ppt
Session 6 - Data resources and information management.pptSession 6 - Data resources and information management.ppt
Session 6 - Data resources and information management.pptENRIQUE EGLESIAS
 
Chap05 Data Resource Management
Chap05 Data Resource ManagementChap05 Data Resource Management
Chap05 Data Resource ManagementAqib Syed
 
7 - Enterprise IT in Action
7 - Enterprise IT in Action7 - Enterprise IT in Action
7 - Enterprise IT in ActionRaymond Gao
 
It 302 computerized accounting (week 2) - sharifah
It 302   computerized accounting (week 2) - sharifahIt 302   computerized accounting (week 2) - sharifah
It 302 computerized accounting (week 2) - sharifahalish sha
 
Laudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.pptLaudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.pptanisur_rehman
 
obrien13e_chap005.ppt
obrien13e_chap005.pptobrien13e_chap005.ppt
obrien13e_chap005.pptPradeep513562
 
obrien13e_chap005.ppt
obrien13e_chap005.pptobrien13e_chap005.ppt
obrien13e_chap005.pptPradeep513562
 
Data Warehouse ( Dw Of Dwh )
Data Warehouse ( Dw Of Dwh )Data Warehouse ( Dw Of Dwh )
Data Warehouse ( Dw Of Dwh )Jenny Calhoon
 
Database DESIGN CONCEPTSDr. Dexter Francis2Data Design
Database DESIGN CONCEPTSDr. Dexter Francis2Data DesignDatabase DESIGN CONCEPTSDr. Dexter Francis2Data Design
Database DESIGN CONCEPTSDr. Dexter Francis2Data DesignOllieShoresna
 
Chapter1.0 database management system
Chapter1.0 database management systemChapter1.0 database management system
Chapter1.0 database management systembluejayjunior
 
Introduction to database with ms access.hetvii
Introduction to database with ms access.hetviiIntroduction to database with ms access.hetvii
Introduction to database with ms access.hetvii07HetviBhagat
 
Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)07HetviBhagat
 

Similar to Business intelligence databases and information management (20)

MIS Wk-5.ppt
MIS Wk-5.pptMIS Wk-5.ppt
MIS Wk-5.ppt
 
Session 6 - Data resources and information management.ppt
Session 6 - Data resources and information management.pptSession 6 - Data resources and information management.ppt
Session 6 - Data resources and information management.ppt
 
Dbms
DbmsDbms
Dbms
 
Chap05.ppt
Chap05.pptChap05.ppt
Chap05.ppt
 
Chap05 Data Resource Management
Chap05 Data Resource ManagementChap05 Data Resource Management
Chap05 Data Resource Management
 
7 - Enterprise IT in Action
7 - Enterprise IT in Action7 - Enterprise IT in Action
7 - Enterprise IT in Action
 
It 302 computerized accounting (week 2) - sharifah
It 302   computerized accounting (week 2) - sharifahIt 302   computerized accounting (week 2) - sharifah
It 302 computerized accounting (week 2) - sharifah
 
Laudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.pptLaudon_MIS13_ch06.ppt
Laudon_MIS13_ch06.ppt
 
obrien13e_chap005.ppt
obrien13e_chap005.pptobrien13e_chap005.ppt
obrien13e_chap005.ppt
 
obrien13e_chap005.ppt
obrien13e_chap005.pptobrien13e_chap005.ppt
obrien13e_chap005.ppt
 
Data Warehouse ( Dw Of Dwh )
Data Warehouse ( Dw Of Dwh )Data Warehouse ( Dw Of Dwh )
Data Warehouse ( Dw Of Dwh )
 
Bi requirements checklist
Bi requirements checklistBi requirements checklist
Bi requirements checklist
 
Database DESIGN CONCEPTSDr. Dexter Francis2Data Design
Database DESIGN CONCEPTSDr. Dexter Francis2Data DesignDatabase DESIGN CONCEPTSDr. Dexter Francis2Data Design
Database DESIGN CONCEPTSDr. Dexter Francis2Data Design
 
Chapter1.0 database management system
Chapter1.0 database management systemChapter1.0 database management system
Chapter1.0 database management system
 
Week 5
Week 5Week 5
Week 5
 
Week 5
Week 5Week 5
Week 5
 
Mis11e ch06
Mis11e ch06Mis11e ch06
Mis11e ch06
 
Database Basics
Database BasicsDatabase Basics
Database Basics
 
Introduction to database with ms access.hetvii
Introduction to database with ms access.hetviiIntroduction to database with ms access.hetvii
Introduction to database with ms access.hetvii
 
Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)
 

More from Prof. Othman Alsalloum

Information systemsfromfunctionsprospective
Information systemsfromfunctionsprospectiveInformation systemsfromfunctionsprospective
Information systemsfromfunctionsprospectiveProf. Othman Alsalloum
 
Information systems, organizations, management, and strategy
Information systems, organizations, management, and strategyInformation systems, organizations, management, and strategy
Information systems, organizations, management, and strategyProf. Othman Alsalloum
 
Informational needs of organizations in an information society
Informational needs of organizations in an information societyInformational needs of organizations in an information society
Informational needs of organizations in an information societyProf. Othman Alsalloum
 
E strategy, internet communities, and global ec
E strategy, internet communities, and global ecE strategy, internet communities, and global ec
E strategy, internet communities, and global ecProf. Othman Alsalloum
 
Definitions of management information systems
Definitions of management information systemsDefinitions of management information systems
Definitions of management information systemsProf. Othman Alsalloum
 
Knowledge creation and knowledge architecture
Knowledge creation and knowledge architectureKnowledge creation and knowledge architecture
Knowledge creation and knowledge architectureProf. Othman Alsalloum
 

More from Prof. Othman Alsalloum (20)

Information systemsfromfunctionsprospective
Information systemsfromfunctionsprospectiveInformation systemsfromfunctionsprospective
Information systemsfromfunctionsprospective
 
Types of information systems
Types of information systemsTypes of information systems
Types of information systems
 
Information systems organization
Information systems organizationInformation systems organization
Information systems organization
 
E business digitalgoods
E business digitalgoodsE business digitalgoods
E business digitalgoods
 
Digital firms admin
Digital firms adminDigital firms admin
Digital firms admin
 
Managing the digital firm
Managing the digital firmManaging the digital firm
Managing the digital firm
 
Information what is it
Information what is itInformation what is it
Information what is it
 
Information systems
Information systemsInformation systems
Information systems
 
Information systems, organizations, management, and strategy
Information systems, organizations, management, and strategyInformation systems, organizations, management, and strategy
Information systems, organizations, management, and strategy
 
Information systems in the enterprise
Information systems in the enterpriseInformation systems in the enterprise
Information systems in the enterprise
 
Understanding knowledge
Understanding knowledgeUnderstanding knowledge
Understanding knowledge
 
Strategic use of information systems
Strategic use of information systemsStrategic use of information systems
Strategic use of information systems
 
Overview of electronic commerce
Overview of  electronic commerceOverview of  electronic commerce
Overview of electronic commerce
 
Informational needs of organizations in an information society
Informational needs of organizations in an information societyInformational needs of organizations in an information society
Informational needs of organizations in an information society
 
E strategy, internet communities, and global ec
E strategy, internet communities, and global ecE strategy, internet communities, and global ec
E strategy, internet communities, and global ec
 
E commerce market mechanisms
E commerce market mechanismsE commerce market mechanisms
E commerce market mechanisms
 
Definitions of management information systems
Definitions of management information systemsDefinitions of management information systems
Definitions of management information systems
 
Data mining knowing the unknown
Data mining knowing the unknownData mining knowing the unknown
Data mining knowing the unknown
 
Knowledge creation and knowledge architecture
Knowledge creation and knowledge architectureKnowledge creation and knowledge architecture
Knowledge creation and knowledge architecture
 
Types of information systems
Types of information systemsTypes of information systems
Types of information systems
 

Recently uploaded

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 

Recently uploaded (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 

Business intelligence databases and information management

  • 1. 5 Chapter Foundations of Business Intelligence: Databases and Information Management
  • 2.
  • 3.
  • 4.
  • 5.
  • 6. NASCAR Races to Manage Its Data Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 7.
  • 8.
  • 9. A Relational Database Table Figure 5-1 A relational database organizes data in the form of two-dimensional tables. Illustrated here is a table for the entity SUPPLIER showing how it represents the entity and its attributes. Supplier_Number is the key field. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 10. The PART Table Figure 5-2 Data for the entity PART have their own separate table. Part_Number is the primary key and Supplier_Number is the foreign key, enabling users to find related information from the SUPPLIER table about the supplier for each part. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 11.
  • 12. A Simple Entity-Relationship Diagram Figure 5-3 This diagram shows the relationship between the entities SUPPLIER and PART. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 13.
  • 14. Sample Order Report Figure 5-4 The shaded areas show which data came from the SUPPLIER, LINE_ITEM, and ORDER tables. The database does not maintain data on Extended Price or Order Total because they can be derived from other data in the tables. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 15. The Final Database Design with Sample Records Figure 5-5 The final design of the database for suppliers, parts, and orders has four tables. The LINE_ITEM table is a join table that eliminates the many-to-many relationship between ORDER and PART. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 16. Entity-Relationship Diagram for the Database with Four Tables Figure 5-6 This diagram shows the relationship between the entities SUPPLIER, ART, LINE_ITEM, and ORDER. The Database Approach to Data Management Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 17.
  • 18. Human Resources Database with Multiple Views Figure 5-7 A single human resources database provides many different views of data, depending on the information requirements of the user. Illustrated here are two possible views, one of interest to a benefits specialist and one of interest to a member of the company’s payroll department. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management Database Management Systems
  • 19.
  • 20. The Three Basic Operations of a Relational DBMS Figure 5-8 The select, project, and join operations enable data from two different tables to be combined and only selected attributes to be displayed. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management Database Management Systems
  • 21.
  • 22. Access Data Dictionary Features Figure 5-9 Microsoft Access has a rudimentary data dictionary capability that displays information about the size, format, and other characteristics of each field in a database. Displayed here is the information maintained in the SUPPLIER table. The small key icon to the left of Supplier_Number indicates that it is a key field. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management Database Management Systems
  • 23. Example of an SQL Query Figure 5-10 Illustrated here are the SQL statements for a query to select suppliers for parts 137 or 150. They produce a list with the same results as Figure 5-8. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management Database Management Systems
  • 24. An Access Query Figure 5-11 Illustrated here is how the query in Figure 5–10 would be constructed using Microsoft Access query-building tools. It shows the tables, fields, and selection criteria used for the query. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management Database Management Systems
  • 25.
  • 26.
  • 27.
  • 28. Components of a Data Warehouse Figure 5-12 The data warehouse extracts current and historical data from multiple operational systems inside the organization. These data are combined with data from external sources and reorganized into a central database designed for management reporting and analysis. The information directory provides users with information about the data available in the warehouse. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management Using Databases to Improve Business Performance and Decision Making
  • 29.
  • 30. Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management Figure 5-13 A series of analytical tools works with data stored in databases to find patterns and insights for helping managers and employees make better decisions to improve organizational performance. Business Intelligence
  • 31.
  • 32. Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management Figure 5-14 The view that is showing is product versus region. If you rotate the cube 90 degrees, the face that will show is product versus actual and projected sales. If you rotate the cube 90 degrees again, you will see region versus actual and projected sales. Other views are possible. Multidimensional Data Model
  • 33.
  • 34.
  • 35.
  • 36.
  • 37. Using Databases to Improve Business Performance and Decision Making Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management Figure 5-15 Users access an organization’s internal database through the Web using their desktop PCs and Web browser software. Linking Internal Databases to the Web
  • 38.
  • 39.
  • 40.