SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados

Chapter 5 data resource management
Chapter 5 data resource managementChapter 5 data resource management
Chapter 5 data resource managementAG RD
 
Management Information System [Kenneth Laudon]
Management Information System [Kenneth Laudon]Management Information System [Kenneth Laudon]
Management Information System [Kenneth Laudon]mmuser2014
 
information system in business today
information system in business todayinformation system in business today
information system in business todayshriya jha
 
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
 
MANAGEMENT INFORMATION SYSTEM AND PAYROLL MANAGEMENT
MANAGEMENT  INFORMATION  SYSTEM AND PAYROLL  MANAGEMENT MANAGEMENT  INFORMATION  SYSTEM AND PAYROLL  MANAGEMENT
MANAGEMENT INFORMATION SYSTEM AND PAYROLL MANAGEMENT RV Devi Prasad
 
MIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision MakingMIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision MakingSukanya Ben
 
Database Management System
Database Management SystemDatabase Management System
Database Management SystemNishant Munjal
 
Lecture #1 - Introduction to Information System
Lecture #1 - Introduction to Information SystemLecture #1 - Introduction to Information System
Lecture #1 - Introduction to Information Systemvasanthimuniasamy
 
Gr 1: History of Information Systems and its Importance
Gr 1: History of Information Systems and its ImportanceGr 1: History of Information Systems and its Importance
Gr 1: History of Information Systems and its Importanceuniversity of education,Lahore
 
Decision Support System in MIS.pptx
Decision Support System in MIS.pptxDecision Support System in MIS.pptx
Decision Support System in MIS.pptxrajalakshmi5921
 
Logical database design and the relational model(database)
Logical database design and the relational model(database)Logical database design and the relational model(database)
Logical database design and the relational model(database)welcometofacebook
 
Management Information System
Management Information SystemManagement Information System
Management Information SystemZeinul Haleem
 

Mais procurados (20)

Chapter 1 foundations of information systems in business (1)
Chapter 1  foundations of information systems in business (1)Chapter 1  foundations of information systems in business (1)
Chapter 1 foundations of information systems in business (1)
 
Chapter 5 data resource management
Chapter 5 data resource managementChapter 5 data resource management
Chapter 5 data resource management
 
Management Information System [Kenneth Laudon]
Management Information System [Kenneth Laudon]Management Information System [Kenneth Laudon]
Management Information System [Kenneth Laudon]
 
information system in business today
information system in business todayinformation system in business today
information system in business today
 
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
 
MANAGEMENT INFORMATION SYSTEM AND PAYROLL MANAGEMENT
MANAGEMENT  INFORMATION  SYSTEM AND PAYROLL  MANAGEMENT MANAGEMENT  INFORMATION  SYSTEM AND PAYROLL  MANAGEMENT
MANAGEMENT INFORMATION SYSTEM AND PAYROLL MANAGEMENT
 
MIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision MakingMIS-CH12: Enhancing Decision Making
MIS-CH12: Enhancing Decision Making
 
Dbms
DbmsDbms
Dbms
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Normalization
NormalizationNormalization
Normalization
 
Databases
DatabasesDatabases
Databases
 
It infrastructure
It infrastructureIt infrastructure
It infrastructure
 
Laudon mis14 ch02
Laudon mis14 ch02Laudon mis14 ch02
Laudon mis14 ch02
 
Rdbms
RdbmsRdbms
Rdbms
 
Lecture #1 - Introduction to Information System
Lecture #1 - Introduction to Information SystemLecture #1 - Introduction to Information System
Lecture #1 - Introduction to Information System
 
Chapter 2 MIS
Chapter 2 MISChapter 2 MIS
Chapter 2 MIS
 
Gr 1: History of Information Systems and its Importance
Gr 1: History of Information Systems and its ImportanceGr 1: History of Information Systems and its Importance
Gr 1: History of Information Systems and its Importance
 
Decision Support System in MIS.pptx
Decision Support System in MIS.pptxDecision Support System in MIS.pptx
Decision Support System in MIS.pptx
 
Logical database design and the relational model(database)
Logical database design and the relational model(database)Logical database design and the relational model(database)
Logical database design and the relational model(database)
 
Management Information System
Management Information SystemManagement Information System
Management Information System
 

Destaque

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
 

Destaque (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
 

Semelhante a 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
 
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
 
Chapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceChapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceVan Chau
 
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
 

Semelhante a 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
 
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 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceChapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligence
 
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
 

Mais de 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
 

Mais de 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
 

Último

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Último (20)

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

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.