SlideShare a Scribd company logo
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 How does a relational database organize data and how does it differ from an object-oriented database? What are the principles of a database management system? What are the principal tools and technologies for accessing information from databases to improve business performance and decision making?
What is the role of information policy and data administration in the management of organizational data resources? Why is data quality assurance so important for a business? STUDENT LEARNING OBJECTIVES Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Problem:  Difficulty acquiring information about fan base, simplistic record-keeping procedures. Solutions: Launch an IT-enabled business transformation  to improve its use of customer data. NASCAR Races to Manage Its Data Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Mobile Technology Center  enables more accurate tracking of statistics; new, comprehensive fan database allows NASCAR to know more about fans. Demonstrates IT’s role in establishing customer intimacy. Illustrates digital technology’s role boosting profitability by targeting customers accurately. 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 Database:  Collection of related files containing records on people, places, or things Prior to digital databases, business used file cabinets with paper files Entity Generalized category representing person, place, thing on which we store and maintain information E.g. SUPPLIER, PART Attributes: Specific characteristics of each entity, e.g.: SUPPLIER name, address PART description, unit price, supplier Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
The Database Approach to Data Management Relational database Organize data into two-dimensional tables (relations) with columns and rows One table for each entity E.g. (CUSTOMER, SUPPLIER, PART, SALES) Fields  (columns) store data representing an attribute  Rows store data for separate  records Key field:  Uniquely identifies each record  Primary key:  One field in each table Cannot be duplicated Provides unique identifier for all information in any row 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 Establishing relationships Entity-relationship diagram used to clarify table relationships in a relational database Relational database tables may have: One-to-one relationship One-to-many relationship Many-to-many relationship Requires creating a table (join table, Intersection relation) that links the two tables to join information 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 Normalization Process of streamlining complex groups of data to: Minimize redundant data elements Minimize awkward many-to-many relationships Increase stability and flexibility Referential integrity rules Used by relational databases to ensure that relationships between coupled tables remain consistent E.g.  When one table has a foreign key that points to another table, you may not add a record to the table with foreign key unless there is a corresponding record in the linked table   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
Specific type of software for creating, storing, organizing, and accessing data from a database   Separates the logical and physical views of the data Logical view:  How end users view data Physical view:  How data are actually structured and organized Examples of DBMS : Microsoft Access, DB2, Oracle Database, Microsoft SQL Server, MYSQL 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 Select:  Creates a subset of all records meeting stated criteria Join:  Combines relational tables to present the ser with more information than is available from individual tables Project:  Creates a subset consisting of columns in a table Permits user to create new tables containing only desired information 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 Data definition capabilities Specify structure of content of database Data dictionary Automated or manual file storing definitions of data elements and their characteristics Querying and reporting Data manipulation language Structured query language (SQL) Microsoft Access query-building tools Report generation, e.g. Crystal Reports 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) S tores data and procedures that act on those data as objects to be retrieved and shared Better suited for storing graphic objects, drawings, video, than DMBS designed for structuring data only Used to manage multimedia components or Java applets in Web applications Relatively slow compared to relational DBMS Object-relational DBMS:  Provide capabilities of both types 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 Databases p rovide information to help the company run the business more efficiently, and help managers and employees make better decisions Tools for analyzing, accessing vast quantities of data: Data warehousing Multidimensional data analysis Data mining Utilizing Web interfaces to databases 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 Data warehouse Database that stores current and historical data that may be of interest to decision makers Consolidates and standardizes data from many systems, operational and transactional databases Data can be accessed but not altered Data mart Subset of data warehouses that is highly focused and isolated for a specific population of users 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
Business intelligence:  Tools for consolidating, analyzing, and providing access to large amounts of data to improve decision making Software for database reporting and querying Tools for multidimensional data analysis (online analytical processing) Data mining E.g. Harrah’s Entertainment gathers and analyzes customer data to create gambling profile and identify most profitable customers 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
Supports multidimensional data analysis, enabling users to view the same data in different ways using multiple dimensions Each aspect of information—product, pricing, cost, region, or time period—represents a different dimension E.g. Comparing sales in East in June vs. May and July Enables users to obtain online answers to ad hoc questions such as these in a fairly rapid amount of time 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
Finds hidden patterns and relationships in large databases and infers rules from them to predict future behavior Types of information obtainable from data mining Associations:  Occurrences linked to single event Sequences:  Events linked over time Classifications:  Patterns describing a group an item belongs to Clusters:  Discovering as yet unclassified groupings Forecasting:  Uses series of values to forecast future values 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
One popular use of data mining:  Analyzing patterns in customer data for one-to-one marketing campaigns or for identifying profitable customers Predictive analysis:  Uses data mining techniques, historical data, and assumptions about future conditions to predict outcomes of events, such as the probability a customer will respond to an offer or purchase a specific product Data mining vs. privacy concerns Used to create detailed data image about each individual 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 Read the Interactive Session and then discuss the following questions: What are the benefits of DNA databases? What problems do DNA databases pose? Who should be included in a national DNA database? Should it be limited to convicted felons? Explain your answer. Who should be able to use DNA databases?
Firms use the Web to make information from their internal databases available to customers and partners Middleware and other software make this possible Web server Application servers or CGI Database server Web interfaces provide familiarity to users and savings over redesigning and rebuilding legacy systems 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
Read the Interactive Session and then discuss the following questions: Describe how MySpace uses databases and database servers. Why is database technology so important for a business such as MySpace? How effectively does MySpace organize and store the data on its site? What data management problems have arisen? How has MySpace solved, or attempted to solve, these problems? 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 Information policy States organization’s rules for organizing, managing, storing, sharing information Data administration Responsible for specific policies and procedures through which data can be managed as a resource Database administration Database design and management group  responsible for defining and organizing the structure and content of the database, and maintaining the database. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management
Ensuring Data Quality Poor data quality:  Major obstacle to successful customer relationship management Data quality problems:  Caused by Redundant and inconsistent data produced by multiple systems Data input errors Data quality audit:  Structured survey of the accuracy and completeness of data Data cleansing:  Detects and corrects incorrect, incomplete, improperly formatted, and redundant data Managing Data Resources Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and  Information Management

More Related Content

ODP
information system in business today
PPTX
Business Intelligence and Business Analytics
PDF
Chapter 6 foundations of business intelligence
PPSX
Business Intelligence concepts
PPT
Chapter 2 competing with it
PDF
Business Intelligence Presentation (1/2)
PPT
Introduction to Business Intelligence
PPT
Laudon mis14 ch02
information system in business today
Business Intelligence and Business Analytics
Chapter 6 foundations of business intelligence
Business Intelligence concepts
Chapter 2 competing with it
Business Intelligence Presentation (1/2)
Introduction to Business Intelligence
Laudon mis14 ch02

What's hot (20)

PPT
Mis lecture ppt
PPT
james o'brien chapter 7 electronic business system
PPT
Management Information System [Kenneth Laudon]
PPTX
Management Information Systems - Chapter 2
PPT
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
PPT
Laudon Ch09
PPTX
Data resource management
PDF
Why CMDB - 7 Fundamental Use Cases
PPSX
Best practices to deliver data analytics to the business with power bi
PDF
Business intelligence
PPT
BI Presentation
PPSX
A Brief Introduction to Enterprise Architecture
PPT
6 itil v3 service operation v1.8
PDF
Management information system
PPTX
Business information system with explaination
PPT
PPT
1. Introduction to mis
PPTX
Lecture #1 - Introduction to Information System
PDF
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
PPT
Introduction to Information Management Chapter 1
Mis lecture ppt
james o'brien chapter 7 electronic business system
Management Information System [Kenneth Laudon]
Management Information Systems - Chapter 2
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
Laudon Ch09
Data resource management
Why CMDB - 7 Fundamental Use Cases
Best practices to deliver data analytics to the business with power bi
Business intelligence
BI Presentation
A Brief Introduction to Enterprise Architecture
6 itil v3 service operation v1.8
Management information system
Business information system with explaination
1. Introduction to mis
Lecture #1 - Introduction to Information System
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
Introduction to Information Management Chapter 1
Ad

Viewers also liked (20)

PDF
6 - Foundations of BI: Database & Info Mgmt
DOCX
Database management system
PPT
Management information system database management
PPT
Ebusiness & Information Systems
PPS
Database Design Slide 1
PPTX
Dubuque Uses Cloud Computing and Sensors to Build
PPT
Chapter 2
PDF
Non Relational Databases
PPTX
MIS chap # 6....
PDF
Database and Java Database Connectivity
PPT
Mis11e ch02
PPTX
Organizing Data in a Traditional File Environment
PPT
MIS Chapter 2
PPTX
Online business course program.2017.upper intermediate
PDF
Chapter 6
PPSX
Business Analysis Essentials
PPTX
Non relational databases-no sql
PPTX
Creating your own online business information management course
PPT
Building information systems
6 - Foundations of BI: Database & Info Mgmt
Database management system
Management information system database management
Ebusiness & Information Systems
Database Design Slide 1
Dubuque Uses Cloud Computing and Sensors to Build
Chapter 2
Non Relational Databases
MIS chap # 6....
Database and Java Database Connectivity
Mis11e ch02
Organizing Data in a Traditional File Environment
MIS Chapter 2
Online business course program.2017.upper intermediate
Chapter 6
Business Analysis Essentials
Non relational databases-no sql
Creating your own online business information management course
Building information systems
Ad

Similar to Business intelligence databases and information management (20)

PPT
MIS Wk-5.ppt
PPT
use of Information systems in business for getting competitive advantage
PPT
Session 6 - Data resources and information management.ppt
PPT
Chap05.ppt
PPT
Chap05 Data Resource Management
PPTX
7 - Enterprise IT in Action
PPTX
It 302 computerized accounting (week 2) - sharifah
PPT
Laudon_MIS13_ch06.ppt
PPTX
niC3soz3SJCeAieBImemIg_5a8c29fdc36944eeaa8e3a47b1070ff1_Module-1.pptx
PPT
obrien13e_chap005.ppt
PPT
obrien13e_chap005.ppt
PPT
Chapter 5 data resource management
PDF
Data Warehouse ( Dw Of Dwh )
PDF
Bi requirements checklist
DOCX
Database DESIGN CONCEPTSDr. Dexter Francis2Data Design
PDF
Chapter1.0 database management system
PPT
Week 5
PPT
Week 5
PPT
Mis11e ch06
MIS Wk-5.ppt
use of Information systems in business for getting competitive advantage
Session 6 - Data resources and information management.ppt
Chap05.ppt
Chap05 Data Resource Management
7 - Enterprise IT in Action
It 302 computerized accounting (week 2) - sharifah
Laudon_MIS13_ch06.ppt
niC3soz3SJCeAieBImemIg_5a8c29fdc36944eeaa8e3a47b1070ff1_Module-1.pptx
obrien13e_chap005.ppt
obrien13e_chap005.ppt
Chapter 5 data resource management
Data Warehouse ( Dw Of Dwh )
Bi requirements checklist
Database DESIGN CONCEPTSDr. Dexter Francis2Data Design
Chapter1.0 database management system
Week 5
Week 5
Mis11e ch06

More from Prof. Othman Alsalloum (20)

PPTX
Information systemsfromfunctionsprospective
PPT
Types of information systems
PPTX
Information systems organization
PPTX
E business digitalgoods
PPTX
Digital firms admin
PPT
Managing the digital firm
PPT
Information what is it
PPT
Information systems
PPT
Information systems, organizations, management, and strategy
PPT
Information systems in the enterprise
PPT
Understanding knowledge
PPT
Strategic use of information systems
PPT
Overview of electronic commerce
PPT
Informational needs of organizations in an information society
PPT
E strategy, internet communities, and global ec
PPT
E commerce market mechanisms
PPT
Definitions of management information systems
PPT
Data mining knowing the unknown
PPT
Knowledge creation and knowledge architecture
PPT
Types of information systems
Information systemsfromfunctionsprospective
Types of information systems
Information systems organization
E business digitalgoods
Digital firms admin
Managing the digital firm
Information what is it
Information systems
Information systems, organizations, management, and strategy
Information systems in the enterprise
Understanding knowledge
Strategic use of information systems
Overview of electronic commerce
Informational needs of organizations in an information society
E strategy, internet communities, and global ec
E commerce market mechanisms
Definitions of management information systems
Data mining knowing the unknown
Knowledge creation and knowledge architecture
Types of information systems

Recently uploaded (20)

PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Cloud computing and distributed systems.
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Electronic commerce courselecture one. Pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Encapsulation theory and applications.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Big Data Technologies - Introduction.pptx
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Building Integrated photovoltaic BIPV_UPV.pdf
Cloud computing and distributed systems.
Digital-Transformation-Roadmap-for-Companies.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Electronic commerce courselecture one. Pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Diabetes mellitus diagnosis method based random forest with bat algorithm
Spectral efficient network and resource selection model in 5G networks
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Encapsulation theory and applications.pdf
A Presentation on Artificial Intelligence
NewMind AI Monthly Chronicles - July 2025
MYSQL Presentation for SQL database connectivity
Reach Out and Touch Someone: Haptics and Empathic Computing
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...

Business intelligence databases and information management

  • 1. 5 Chapter Foundations of Business Intelligence: Databases and Information Management
  • 2. STUDENT LEARNING OBJECTIVES Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management How does a relational database organize data and how does it differ from an object-oriented database? What are the principles of a database management system? What are the principal tools and technologies for accessing information from databases to improve business performance and decision making?
  • 3. What is the role of information policy and data administration in the management of organizational data resources? Why is data quality assurance so important for a business? STUDENT LEARNING OBJECTIVES Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 4. Problem: Difficulty acquiring information about fan base, simplistic record-keeping procedures. Solutions: Launch an IT-enabled business transformation to improve its use of customer data. NASCAR Races to Manage Its Data Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 5. Mobile Technology Center enables more accurate tracking of statistics; new, comprehensive fan database allows NASCAR to know more about fans. Demonstrates IT’s role in establishing customer intimacy. Illustrates digital technology’s role boosting profitability by targeting customers accurately. NASCAR Races to Manage Its Data Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 6. NASCAR Races to Manage Its Data Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 7. The Database Approach to Data Management Database: Collection of related files containing records on people, places, or things Prior to digital databases, business used file cabinets with paper files Entity Generalized category representing person, place, thing on which we store and maintain information E.g. SUPPLIER, PART Attributes: Specific characteristics of each entity, e.g.: SUPPLIER name, address PART description, unit price, supplier Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 8. The Database Approach to Data Management Relational database Organize data into two-dimensional tables (relations) with columns and rows One table for each entity E.g. (CUSTOMER, SUPPLIER, PART, SALES) Fields (columns) store data representing an attribute Rows store data for separate records Key field: Uniquely identifies each record Primary key: One field in each table Cannot be duplicated Provides unique identifier for all information in any row Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 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. The Database Approach to Data Management Establishing relationships Entity-relationship diagram used to clarify table relationships in a relational database Relational database tables may have: One-to-one relationship One-to-many relationship Many-to-many relationship Requires creating a table (join table, Intersection relation) that links the two tables to join information Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 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. The Database Approach to Data Management Normalization Process of streamlining complex groups of data to: Minimize redundant data elements Minimize awkward many-to-many relationships Increase stability and flexibility Referential integrity rules Used by relational databases to ensure that relationships between coupled tables remain consistent E.g. When one table has a foreign key that points to another table, you may not add a record to the table with foreign key unless there is a corresponding record in the linked table Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 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. Specific type of software for creating, storing, organizing, and accessing data from a database Separates the logical and physical views of the data Logical view: How end users view data Physical view: How data are actually structured and organized Examples of DBMS : Microsoft Access, DB2, Oracle Database, Microsoft SQL Server, MYSQL DBMS Database Management Systems Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 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. Operations of a Relational DBMS Select: Creates a subset of all records meeting stated criteria Join: Combines relational tables to present the ser with more information than is available from individual tables Project: Creates a subset consisting of columns in a table Permits user to create new tables containing only desired information Database Management Systems Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 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. Capabilities of Database Management Systems Data definition capabilities Specify structure of content of database Data dictionary Automated or manual file storing definitions of data elements and their characteristics Querying and reporting Data manipulation language Structured query language (SQL) Microsoft Access query-building tools Report generation, e.g. Crystal Reports Database Management Systems Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 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. Object-Oriented DBMS (OODBMS) S tores data and procedures that act on those data as objects to be retrieved and shared Better suited for storing graphic objects, drawings, video, than DMBS designed for structuring data only Used to manage multimedia components or Java applets in Web applications Relatively slow compared to relational DBMS Object-relational DBMS: Provide capabilities of both types Database Management Systems Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 26. Using Databases to Improve Business Performance and Decision Making Databases p rovide information to help the company run the business more efficiently, and help managers and employees make better decisions Tools for analyzing, accessing vast quantities of data: Data warehousing Multidimensional data analysis Data mining Utilizing Web interfaces to databases Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 27. Data Warehouses Using Databases to Improve Business Performance and Decision Making Data warehouse Database that stores current and historical data that may be of interest to decision makers Consolidates and standardizes data from many systems, operational and transactional databases Data can be accessed but not altered Data mart Subset of data warehouses that is highly focused and isolated for a specific population of users Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 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. Business intelligence: Tools for consolidating, analyzing, and providing access to large amounts of data to improve decision making Software for database reporting and querying Tools for multidimensional data analysis (online analytical processing) Data mining E.g. Harrah’s Entertainment gathers and analyzes customer data to create gambling profile and identify most profitable customers 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
  • 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. Supports multidimensional data analysis, enabling users to view the same data in different ways using multiple dimensions Each aspect of information—product, pricing, cost, region, or time period—represents a different dimension E.g. Comparing sales in East in June vs. May and July Enables users to obtain online answers to ad hoc questions such as these in a fairly rapid amount of time 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
  • 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. Finds hidden patterns and relationships in large databases and infers rules from them to predict future behavior Types of information obtainable from data mining Associations: Occurrences linked to single event Sequences: Events linked over time Classifications: Patterns describing a group an item belongs to Clusters: Discovering as yet unclassified groupings Forecasting: Uses series of values to forecast future values 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
  • 34. One popular use of data mining: Analyzing patterns in customer data for one-to-one marketing campaigns or for identifying profitable customers Predictive analysis: Uses data mining techniques, historical data, and assumptions about future conditions to predict outcomes of events, such as the probability a customer will respond to an offer or purchase a specific product Data mining vs. privacy concerns Used to create detailed data image about each individual 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
  • 35. 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 Read the Interactive Session and then discuss the following questions: What are the benefits of DNA databases? What problems do DNA databases pose? Who should be included in a national DNA database? Should it be limited to convicted felons? Explain your answer. Who should be able to use DNA databases?
  • 36. Firms use the Web to make information from their internal databases available to customers and partners Middleware and other software make this possible Web server Application servers or CGI Database server Web interfaces provide familiarity to users and savings over redesigning and rebuilding legacy systems 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
  • 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. Read the Interactive Session and then discuss the following questions: Describe how MySpace uses databases and database servers. Why is database technology so important for a business such as MySpace? How effectively does MySpace organize and store the data on its site? What data management problems have arisen? How has MySpace solved, or attempted to solve, these problems? 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
  • 39. Establishing an Information Policy Managing Data Resources Information policy States organization’s rules for organizing, managing, storing, sharing information Data administration Responsible for specific policies and procedures through which data can be managed as a resource Database administration Database design and management group responsible for defining and organizing the structure and content of the database, and maintaining the database. Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management
  • 40. Ensuring Data Quality Poor data quality: Major obstacle to successful customer relationship management Data quality problems: Caused by Redundant and inconsistent data produced by multiple systems Data input errors Data quality audit: Structured survey of the accuracy and completeness of data Data cleansing: Detects and corrects incorrect, incomplete, improperly formatted, and redundant data Managing Data Resources Essentials of Business Information Systems Chapter 5 Foundations of Business Intelligence: Databases and Information Management