MD240 - MIS Oct. 4, 2005 Databases & the Data Asset Harrah’s & Allstate Cases.

Slides:



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

C6 Databases.
Data Warehousing CPS216 Notes 13 Shivnath Babu. 2 Warehousing l Growing industry: $8 billion way back in 1998 l Range from desktop to huge: u Walmart:
1 ACCTG 6910 Building Enterprise & Business Intelligence Systems (e.bis) Introduction to Data Mining Olivia R. Liu Sheng, Ph.D. Emma Eccles Jones Presidential.
The Hierarchy of Data Bit (a binary digit): a circuit that is either on or off Byte: 8 bits Character: each byte represents a character; the basic building.
MP3 / MD740 Strategy & Information Systems Oct. 13, 2004 Databases & the Data Asset, Types of Information Systems, Artificial Intelligence.
Database Access and Techniques, most notably Data Mining.
Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence
Chapter 14 The Second Component: The Database.
Organizing Data and Information
Chapter 13 The Data Warehouse
DASHBOARDS Dashboard provides the managers with exactly the information they need in the correct format at the correct time. BI systems are the foundation.
Designing a Data Warehouse
Data Warehousing: Defined and Its Applications Pete Johnson April 2002.
Week 6 Lecture The Data Warehouse Samuel Conn, Asst. Professor
MPIII Database Technologies Relational Concepts Data Warehouses & Marts Queries, OLAP, Data Mining.
MD703 Final Class: Database Internal / External Integration Outsourcing.
©Silberschatz, Korth and Sudarshan18.1Database System Concepts - 5 th Edition, Aug 26, 2005 Buzzword List OLTP – OnLine Transaction Processing (normalized,
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
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.
CIS 9002 Kannan Mohan Department of CIS Zicklin School of Business, Baruch College.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
DECISION SUPPORT SYSTEM ARCHITECTURE: The data management component.
INTRODUCTION TO DATA MINING MIS2502 Data Analytics.
311: Management Information Systems Database Systems Chapter 3.
OLAP Theory-English version On-Line Analytical processing (Business Intelligence) [Ing.J.Skorkovský,CSc.] Department of corporate economy.
Business Intelligence Zamaneh Jahed. What is Business Intelligence? Business Intelligence (BI) is a broad category of applications and technologies for.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Data warehousing and online analytical processing- Ref Chap 4) By Asst Prof. Muhammad Amir Alam.
Data Warehouse Fundamentals Rabie A. Ramadan, PhD 2.
1 Reviewing Data Warehouse Basics. Lessons 1.Reviewing Data Warehouse Basics 2.Defining the Business and Logical Models 3.Creating the Dimensional Model.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
1 Categories of data Operational and very short-term decision making data Current, short-term decision making, related to financial transactions, detailed.
Chapter 4 Data and Databases. Learning Objectives Upon successful completion of this chapter, you will be able to: Describe the differences between data,
BUSINESS ANALYTICS AND DATA VISUALIZATION
1 Topics about Data Warehouses What is a data warehouse? How does a data warehouse differ from a transaction processing database? What are the characteristics.
Datawarehouse A sneak preview. 2 Data Warehouse Approach An old idea with a new interest: Cheap Computing Power Special Purpose Hardware New Data Structures.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Data Warehouse. Group 5 Kacie Johnson Summer Bird Washington Farver Jonathan Wright Mike Muchane.
Data resource management
DATABASES AND DATA WAREHOUSES
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
CISB113 Fundamentals of Information Systems Data Management.
Chapter 5 DATA WAREHOUSING Study Sections 5.2, 5.3, 5.5, Pages: & Snowflake schema.
Business Intelligence Transparencies 1. ©Pearson Education 2009 Objectives What business intelligence (BI) represents. The technologies associated with.
MIS2502: Data Analytics Advanced Analytics - Introduction.
Data Resource Management Agenda What types of data are stored by organizations? How are different types of data stored? What are the potential problems.
1 Copyright © 2009, Oracle. All rights reserved. Oracle Business Intelligence Enterprise Edition: Overview.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Introduction to OLAP and Data Warehouse Assoc. Professor Bela Stantic September 2014 Database Systems.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
The Concepts of Business Intelligence Microsoft® Business Intelligence Solutions.
Chapter 3 Building Business Intelligence Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence 6/22/2016 1Management Information Systems.
Managing Data Resources File Organization and databases for business information systems.
OLAP Theory-English version On-Line Analytical processing (Buisness Intelligence) Ing.Skorkovský,CSc Department of Corporate Economy Faculty of Economics.
Data Mining and Data Warehousing: Concepts and Techniques What is a Data Warehouse? Data Warehouse vs. other systems, OLTP vs. OLAP Conceptual Modeling.
Popular Database Management Systems
Pengantar Sistem Informasi
Intro to MIS – MGS351 Databases and Data Warehouses
MIS2502: Data Analytics Advanced Analytics - Introduction
Data Warehousing CIS 4301 Lecture Notes 4/20/2006.
Data warehouse and OLAP
Databases and Data Warehouses Chapter 3
Data Warehouse and OLAP
MIS2502: Data Analytics Introduction to Advanced Analytics and R
Data Warehouse and OLAP
Presentation transcript:

MD240 - MIS Oct. 4, 2005 Databases & the Data Asset Harrah’s & Allstate Cases

Topics Covered Data & Information –Data vs. information Architecture basics –Data Warehouses & Data Marts –Transactional vs. query systems Leveraging Data –Harrah’s –Allstate

Data, Information, & Knowledge Data - raw facts, figures, and details. Information - organized, meaningful, and useful interpretation of data. Has a context, answers a question. Knowledge - an awareness and understanding of a set of information and how that information can be put to best use. Many firms are data rich and info poor: victims of an old or poorly planned architecture

Examples of Data, Information, & Knowledge Data: raw, no context Information: meaningful, has context Post lowered its prices after the first quarter. Price change has caused Post sales to rise at the expense of Kellogg’s Knowledge: information above & other information creates an awareness of impact

Clients, Servers, DBMS, and Databases 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, MS SQL Server, IBM DB2, mySQL SQL - Structured Query Language –Most popular relational database standard. Includes a language for creating & manipulating data. 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 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

Now With More Data One Many One Many Customer Table Transaction Table Broker Table

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

Warehouses & Marts Data Warehouse –a database designed to support decision-making in an organization. It is 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, mining, etc. = operational clients

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

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 product, customer, and date”).

OLAP Online Analytical Processing

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

Executive Dashboard – aggregated report presentation of key business indicators

Data Mining automated information discovery process, uncovers important patterns in existing data –can use neural networks, regression, decision trees, or other approaches. –Requires ‘clean’, consistent data. Historical data must reflect the current environment. e.g. “What are the characteristics that identify if a customer is likely to default on a loan?”

Insuring Success Over 5 years: Revenues up 26% to $33.9 billion Profits up 180% to $3.1 billion Stock up 187% –Insurance stocks up only 31%