MPIII Database Technologies Relational Concepts Data Warehouses & Marts Queries, OLAP, Data Mining.

Slides:



Advertisements
Similar presentations
Database Management Character, file, field, record, database??? 1.
Advertisements

Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Database – Part 3 Dr. V.T. Raja Oregon State University External References/Sources: Data Warehousing – Mr. Sakthi Angappamudali.
© Prentice Hall CHAPTER 5 Organizational Systems.
Chapter 3 Database Management
MP3 / MD740 Strategy & Information Systems Oct. 13, 2004 Databases & the Data Asset, Types of Information Systems, Artificial Intelligence.
Introduction to Data Warehousing. From DBMS to Decision Support DBMSs widely used to maintain transactional data Attempts to use of these data for analysis,
Developing A Strategy For The Internet Age The Five Forces Model
Database – Part 2b Dr. V.T. Raja Oregon State University External References/Sources: Data Warehousing – Sakthi Angappamudali at Standard Insurance; BI.
Data Sources Data Warehouse Analysis Results Data visualisation Analytical tools OLAP Data Mining Overview of Business Intelligence Data visualisation.
SE 464: Industrial Information systems Systems Engineering Department Industrial Information System LAB 02: Introduction to SAP.
Database Access and Techniques, most notably Data Mining.
Information Systems In The Enterprise
Chapter 14 The Second Component: The Database.
Achieving Operational Excellence Enterprise Applications Business Information Systems Laudon & Laudon Ch.8 (P.266)
Achieving Operational Excellence Enterprise Applications Business Information Systems Laudon & Laudon Ch.8 (P.266)
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
Introduction to Database Management
Organizing Data and Information
Databases and Information Systems. This chapter covers the essentials of databases. This topic is very important now that we have the means to obtain.
Lecture-9/ T. Nouf Almujally
Designing a Data Warehouse
Data Warehousing: Defined and Its Applications Pete Johnson April 2002.
Module 3: Business Information Systems Enterprise Systems.
ACS1803 Lecture Outline 2 DATA MANAGEMENT CONCEPTS Text, Ch. 3 How do we store data (numeric and character records) in a computer so that we can optimize.
MD703 Final Class: Database Internal / External Integration Outsourcing.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Database Systems – Data Warehousing
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
MD240 - MIS Oct. 4, 2005 Databases & the Data Asset Harrah’s & Allstate Cases.
Computers Are Your Future Tenth Edition Chapter 12: Databases & Information Systems Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Foundations of information systems
Enterprise Processes and Systems MIS 2000 Instructor: Bob Travica Updated 2014.
Decision Support System Definition A Decision Support System is an interactive computer-based system or subsystem that helps people use computer communications,
ERP Enterprise Resource Planning D Lewis 10/02. Definitions ERP is a process of managing all resources and their use in the entire enterprise in a coordinated.
@ ?!.
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
1 Customer Relationship Management (CRM): The Business Focus.
Case 2: Emerson and Sanofi Data stewards seek data conformity
Data warehousing and online analytical processing- Ref Chap 4) By Asst Prof. Muhammad Amir Alam.
BUS1MIS Management Information Systems Semester 1, 2012 Week 6 Lecture 1.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS CHAPTER 3
OLAP & DSS SUPPORT IN DATA WAREHOUSE By - Pooja Sinha Kaushalya Bakde.
BUSINESS DRIVEN TECHNOLOGY
McGraw-Hill/Irwin © 2006 The McGraw-Hill Companies, Inc. All rights reserved. 1-1 BUSINESS DRIVEN TECHNOLOGY UNIT 1: Achieving Business Success Through.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Building Data and Document-Driven Decision Support Systems How do managers access and use large databases of historical and external facts?
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.
Organizing Data and Information
Copyright 2004 John Wiley & Sons, Inc Information Technology: Strategic Decision Making For Managers Henry C. Lucas Jr. John Wiley & Sons, Inc Dinesh.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Chapter 11 Information Systems Within the Organization.
Introduction to OLAP and Data Warehouse Assoc. Professor Bela Stantic September 2014 Database Systems.
The Concepts of Business Intelligence Microsoft® Business Intelligence Solutions.
Chapter 1 Overview of Databases and Transaction Processing.
INTRODUCTION TO INFORMATION SYSTEMS LECTURE 9: DATABASE FEATURES, FUNCTIONS AND ARCHITECTURES PART (2) أ/ غدير عاشور 1.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Managing Data Resources File Organization and databases for business information systems.
Enterprise Processes and Systems MIS 2000 Instructor: Bob Travica Updated 2016 Class 16.
Data Mining & OLAP What is Data Mining? Data Mining is the set of activities used to find new, hidden, or unexpected patterns in data.
Popular Database Management Systems
Pengantar Sistem Informasi
Management Information Systems
Enterprise Processes and Systems
Defining Data Warehouse Concepts and Terminology
Defining Data Warehouse Concepts and Terminology
Presentation transcript:

MPIII Database Technologies Relational Concepts Data Warehouses & Marts Queries, OLAP, Data Mining

Terms/Examples Database –a collection of related data. Usually organized according to topics: e.g. customer info, products, transactions Database Management System (DBMS) –a program for creating & managing databases; ex. Oracle, MS-Access, Sybase DBMS - the program. Manages interaction with databases. database - the collection of data. Created and defined to meet the needs of the organization. Client - makes requests of the DBMS server request response Server - responds to client requests

A Simple Database File/Table –Customers Field/Column –5 shown: CUSTID, FIRST, LAST, CITY, STATE Record/Row –5 shown: one for each customer

A More Complex Example Entry & Maintenance is complicated –redundant data exists, increases chance of error, complicates updates/changes, takes up space

Normalize Data - Remove Redundancy One Many Customer Table Transaction Table

Key Terms Relational DBMS –manages databases as a collection of files/tables in which all data relationships are represented by common values in related tables (referred to as keys). –a relational system has the flexibility to take multiple files and generate a new file from the records that meet the matching criteria (join). SQL - Structured Query Language –Most popular relational database standard. Includes a language for creating & manipulating data.

Now With More Data One Many One Many

Meta-Data Data that describes the characteristics of stored data Enterprise Data Model –consistent, cross-functional, shareable meta-data model –standardization increases flexibility & use (data to info) –facilitates the creation of data warehouses 1 1 m m Customer Table Transaction Table Broker Table

Management Levels of IS DSS MIS TPS Strategic Planning Management Control Operational Control

Warehouses & Marts Data Warehouse –a database designed to support decision-making in an organization. It is batch-updated and structured for fast online queries and exploration. Data warehouses may aggregate enormous amounts of data from many different operational systems. Data Mart –a database focused on addressing the concerns of a specific problem or business unit (e.g. Marketing, Engineering). Size doesn’t define data marts, but they tend to be smaller than data warehouses.

Data Warehouses & Data Marts TPS & other operational systems Data Warehouse Data Mart (Marketing) Data Mart (Engineering) 3rd party data = query, OLAP, mining, etc. = operational clients

Differing System Demands network traffic & processor demands time network traffic & processor demands time Managerial Systems Operational Systems

Transform Data from TPS to Warehouse Consolidate data –e.g. from multiple TPS around the country/world “Scrub” the data –keep definitions consistent (e.g. translate part numbers/product names if they differ per country) Calculate fields (decrease processor load) Summarize fields (decrease processor load) De-normalize data (ease of use)

Calculated Fields Customer Service Application: Customer support person TPS - focuses on customer info Total is calculated on the fly Database Query Application: Marketing manager Aggregate reporting of business intelligence Total calculated in advance

Query Tools & OLAP Query Tools –user-lead discovery. Can return individual records or summaries. Requests are formulated in advance (e.g. “show me all delinquent accounts in the northeast region during Q1”). OLAP - Online Analytical Processing –user-lead discovery. Data is explored via “drill down” into the data by selecting variables to summarize on. Results are usually reported in a cross-tab report or graph (e.g. “show me a tabular breakdown of sales by business unit, product type, and year”).

OLAP Online Analytical Processing. (example of cross-tab results presented below) 1. business unit 2. product type 3. year

Data Mining automated information discovery process, uncovers important patterns in existing data –can use neural networks or other approaches. Requires ‘clean’, reliable, consistent data. Historical data must reflect the current environment. e.g. “What are the characteristics that identify when we are likely to lose a customer?”

Data Mining Uses Market Segmentation - e.g. Dayton Hudson Direct Marketing - e.g. Chase Market basket analysis - e.g. Wal-Mart Customer Churn - e.g. Fleet Bank Fraud Detection - e.g. Bank of America Cost Reduction Prospecting - e.g. Merk Medco.

Stupid Data-Miner Tricks Ad-Hoc Theories –when an oddity jumps out of the data, it’s tempting to develop a theory for it. Sometimes findings are just statistical flukes. Using Too Many Variables –the more factors considered, the more likely a relationship will be found - valid or not. Not Taking No for an Answer –it’s OK to stop looking if you can’t find anything. There are no silver bullets.

MPIII Internal & External Integration Enterprise Resource Planning (ERP)

Challenges Facing IS Depts. Y2K & Legacy Systems Globalization (euro, currency issues) Rapid Technology Advancement –e.g. Client/Server & Internet IS Staffing & Retention Changing Organizational Structures –e.g. Owens Corning Tighter Integration with Buyers & Suppliers

Legacy Systems Many firms have limited to no integration across geographic areas functional areas (v-chain) products, plants, & business units BuyersSuppliers

External Integration EDI - Electronic Data Interchange –uses standard formats to pass data between disparate systems –US format - X.12, European format - UN/EDIFACT Cost Savings –paper order = $50 - $70 –EDI order = $2.50 (VANs / private networks) –I-EDI order = less than $1 (Internet) XML - eXtensible Markup Language –tagging language for the web

What is ERP? ERP - Enterprise Resource Planning Software –sometimes called Enterprise Applications, Enterprise Packages, Enterprise Suites, or Enterprise Systems –connects all of the information which flows through a company to a single integrated set of systems –implemented in modules which can be integrated (all at once or at a later date) e.g. Financials, Logistics, HR –may work with a wide variety of databases, hardware, and operating systems Leading Vendors –SAP, Oracle, JD Edwards, Baan, Peoplesoft

ERP in Action Sales Inventory Production Staffing Purchasing Order Tracking Planning Source: BusinessWeek Int’l, 1997

The Benefits Internal & external integration –squeeze out waste & enable strategies Standard software enables - –inter-organizational systems (easier if buyers & suppliers use the same system, e.g. petrochem. ind.) –broad selection of add-on packages (e.g. data warehouses, etc.) Package upgrading and new technology development is handled by vendor Speed of deployment

The Risks Staff retention (e.g. Grace case) Tied to a single vendor Flexibility limited by options offered by the vendor –may inappropriately force generic processes –may inappropriate force structure Complexity - particularly regarding mapping and standardizing processes across the organization.

Make vs. Buy Adapted from Applegate et al., p. 61.

Successful Deployment of ERP Business Case –benchmark, cost justify (e.g. unplug mainframes) Leadership –from the highest levels (e.g. success at Owens Corning, failure at Westinghouse) Staffing –largely from business, not IT (users know the process) –‘compensation handcuffs’ (e.g. end of deployment bonuses, training payback agreements) –experienced consultants - check refs., clients Execute with proven methodologies