Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Prepare Book Review The Game! By: Michael Crain, MSIM Chapter 6 Foundations of Business Intelligence Create Knowledge Remember Be a Winner The Game!
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
By: Mr Hashem Alaidaros MIS 211 Lecture 4 Title: Data Base Management System.
Management Information Systems, Sixth Edition
6.1 © 2007 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
5.1 © 2009 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Managing Data Resources
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Managing Data Resources
Managing Data Resources
Information Technology in Organizations
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Chapter 3 Foundations of Business Intelligence: Databases and Information Management.
Managing Data Resources
5.1 © Copyright © 2011 Pearson Education, Inc. publishing as Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
6.1 © 2007 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
3.1 © 2010 by Prentice Hall Foundations of Business Intelligence: Databases and Information Management Chapter 6.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
5.1 © Copyright © 2011 Pearson Education, Inc. publishing as Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 13 Database Management Systems: Getting Data Together.
Chapter 5 Global Edition
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION GLOBAL EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE ENHANCING DECISION MAKING Lecture.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT Chapter.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5.1 © Copyright © 2011 Pearson Education, Inc. publishing as Prentice Hall Week 5 Foundations of Business Intelligence: Databases and Information Management.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Managing Data Resources File Organization and databases.
Database Fundamentals CSC105 Furman University Peggy Batchelor.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
6.1 © 2007 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Foundations of Business Intelligence: Databases and Information Management.
Chapter 6.  Problems of managing Data Resources in a Traditional File Environment  Effective IS provides user with Accurate, timely and relevant information.
5.1 Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
6-1 Copyright © 2013 Pearson Canada Inc. Databases and Information Management CHAPTER SIX.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
5.1 Copyright © 2013 Pearson Education, Inc. publishing as Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
3.1 © 2006 by Prentice Hall 1 Chapter Managing Data Resources.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Foundations of Business Intelligence: Databases and Information Management MGMT172: Lecture 04.
6.1 © 2010 by Prentice Hall 4 Chapter Databases and Information Management Databases and Information Management.
© 2010 by Prentice Hall Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and.
6.1 © 2010 by Prentice Hall 4 Chapter Foundations of Business Intelligence: Databases and Information Management.
Foundations of Business Intelligence: Databases and Information Management Chapter 6 VIDEO CASES Case 1a: City of Dubuque Uses Cloud Computing and Sensors.
Managing Data Resources File Organization and databases for business information systems.
Foundations of Business Intelligence: Databases and Information Management.
Chapter 5 Foundations of Business Intelligence: Databases and Information Management.
Managing Data Resources
Chapter 5 Foundations of Business Intelligence: Databases and Information Management.
Databases and Information Management
Data Resource Management & Business Intelligence
Databases and Information Management
MANAGING DATA RESOURCES
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Chapter 6 Foundations of Business Intelligence: Databases and Information Management.
Databases and Information Management
Presentation transcript:

Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.

File Organization Concepts Computer system uses hierarchies –Database: Group of related files –File: Group of records of same type –Record: Group of related fields Record: Describes an entity (person, place, thing) –Field: Group of characters Attribute: Characteristic describing the entity –e.g., Date or Grade belong to entity COURSE

The Data Hierarchy

Problems With Traditional File Environment Files maintained by different departments –Data redundancy and inconsistency Data redundancy: Duplicate data in multiple files Data inconsistency: Same attribute, different values –Program-data dependence Changes in program requires changes to data accessed by program

Traditional File Processing

The Database Approach to Data Management Database –Data organized to serve many applications by centralizing data and controlling redundant data Database management system (DBMS) –Separates logical and physical views of data –Solves problems of traditional file environment Controls redundancy Eliminated inconsistency Enables central management and security

Human Resources Database with Multiple Views

Relational DBMS Data as 2-dimension tables called relations or files Each table contains data on entity and attributes Table: Grid of columns and rows –Rows: Records for different entities –Columns: Represents attribute (field) for entity –Key field: Field used to uniquely identify each record Primary key: Field in table used for key fields Foreign key: Primary key used in second table as look-up field to identify records from original table

Relational Database Tables

Operations of a Relational DBMS Basic operations to develop useful sets of data –SELECT: Creates subset of data of all records that meet stated criteria –JOIN: Combines relational tables to provide more information than available in individual tables

Basic Relational DBMS Operations Select Part_Number = 137 or 150, Join by Supplier_Number

Example of an SQL Query Select Statement: Query data for specific info Conditional Selection: ID which rows of a table are displayed, based on criteria contained in the WHERE clause Joining Two Tables: Used to combine data from two or more tables and display the results

An Access Query

Designing Databases Design process identifies –Relationships among data elements, redundant database elements –Most efficient way to group data elements to meet business requirements, needs of app programs Normalization –Minimize redundant data elements

Normalization of Order

Using Databases to Improve Performance and Decision Making For very large databases and systems, special capabilities and tools are required for analyzing large quantities of data and for accessing data from multiple systems –Data warehousing –Data mining

Database Warehouses Store current and historical data from many core operational transaction systems Consolidates and standardizes information for use across enterprise, but data cannot be altered Provide query, analysis, and reporting tools

Components of a Data Warehouse

Business Intelligence Tools for consolidating, analyzing, and providing access to vast amounts of data to help users make better business decisions –e.g., Harrah’s Entertainment analyzes customers to develop gambling profiles and identify most profitable customers Principle tools include –Software for database query and reporting –Online analytical processing (OLAP) –Data mining

Online Analytical Processing (OLAP) Supports multidimensional data analysis –Gives first glimpse of possible relationships Enables viewing data using multiple dimensions –Each aspect of information (product, pricing, cost, region, time period) is different dimension e.g., How many washers sold in East in June? OLAP enables rapid, online answers to ad hoc queries

Multidimensional Data Model

Data Mining More discovery driven than OLAP –Finds hidden patterns, relationships in large dbs –Infers rules to predict future behavior –The patterns and rules are used to guide decision making and forecast the effect of those decisions Popularly used to provide detailed analyses of patterns in customer data for 1:1 marketing campaigns or to identify profitable customers

Using Databases to Improve Performance and Decision Making Predictive analysis –Uses data mining techniques, historical data, and assumptions about future conditions to predict outcomes of events e.g., Probability a customer will respond to an offer or purchase a specific product Data mining seen as challenge to individual privacy –Combines information from many diverse sources to create detailed “data image” about each of us e.g., income, driving habits, hobbies, families, and political interests

Text Mining: For’ and ‘Against’ Exercise 1.Read the article and the following statement. 2.Summarize the best evidence you can give FOR, or in support of, the statement. 3.Summarize the best evidence you can give AGAINST the statement. 4.Include only accurate evidence The benefits of text mining greatly outweigh the costs.

Web Mining Discovery and analysis of useful patterns and information from WWW –e.g., to understand customer behavior, evaluate effectiveness of Web site, etc. Web content mining –Knowledge extracted from content of Web pages Web structure mining –e.g., links to and from Web page Web usage mining –User interaction data recorded by Web server

Managing Data Resources Establishing an information policy –Information policy: Specifies firm’s rules, procedures, roles for sharing, standardizing data –Data administration: Responsible for specific policies and procedures; data governance –Database administration: Database design and management group responsible for defining, organizing, implementing, maintaining database

Ensuring Data Quality More than 25% critical data in Fortune 1000 company databases is inaccurate or incomplete –Before new database in place, need to identify and correct faulty data and establish better routines for editing data once database in operation –Most data quality problems stem from faulty input

Managing Data Resources Data quality audit –Structured survey of the accuracy and level of completeness of the data in an IS Data cleansing –Detecting, and correcting data that are incorrect, incomplete, improperly formatted, or redundant –Enforces consistency among different sets of data from separate IS