Data Warehouse Project Business Definition Presented by: Mike Ellis Vinh Ngo.

Slides:



Advertisements
Similar presentations
Banking Business Scenario
Advertisements

BY LECTURER/ AISHA DAWOOD DW Lab # 2. LAB EXERCISE #1 Oracle Data Warehousing Goal: Develop an application to implement defining subject area, design.
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Cutting-edge technology for the development of business software applications Takes advantage of the most recent international trends, combining Microsoft.NET.
Case Projects in Data Warehousing and Data Mining Mohammad A. Rob & Michael E. Ellis University of Houston-Clear Lake Houston, Texas
Jennifer Widom On-Line Analytical Processing (OLAP) Introduction.
Chapter 3 Database Management
Data Warehouse and Business Intelligence Dr. Minder Chen Spring 2010.
Data Sources Data Warehouse Analysis Results Data visualisation Analytical tools OLAP Data Mining Overview of Business Intelligence Data visualisation.
McGraw-Hill © 2008 The McGraw-Hill Companies, Inc. All rights reserved. Chapter 3 Building Business Intelligence Chapter 3 DATABASES AND DATA WAREHOUSES.
Chapter 3 DATABASES AND DATA WAREHOUSES Building Business Intelligence
Accounting Databases Chapter 2 The Crossroads of Accounting & IT
Management Information Systems
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)
CSE6011 Warehouse Models & Operators  Data Models  relations  stars & snowflakes  cubes  Operators  slice & dice  roll-up, drill down  pivoting.
DATA WAREHOUSE (Muscat, Oman).
OLAP OPERATIONS. OLAP ONLINE ANALYTICAL PROCESSING OLAP provides a user-friendly environment for Interactive data analysis. In the multidimensional model,
Introduction to Enterprise Systems
Chetan Bhirud Raza Mohammad Abinash Sahoo Online Marketing Giant.
Logical Models zDescribe what a system is or does. zAre independent of technical implementation. zDepict business requirements. zAre good for communicating.
Datawarehousing Concepts | 7.0 9/7/2015 Datawarehousing Concepts.
Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION GLOBAL EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE ENHANCING DECISION MAKING Lecture.
Presented By: Muhammad Rizvi Raghuram Vempali Surekha Vemuri.
Data Warehouse and Business Intelligence Dr. Minder Chen Fall 2009.
Chapter 3 and Module C DATABASES AND DATA WAREHOUSES Building Business Intelligence.
Data warehousing and online analytical processing- Ref Chap 4) By Asst Prof. Muhammad Amir Alam.
DIMENSIONAL MODELLING. Overview Clearly understand how the requirements definition determines data design Introduce dimensional modeling and contrast.
Module 1: Introduction to Data Warehousing and OLAP
Roadmap 1.What is the data warehouse, data mart 2.Multi-dimensional data modeling 3.Data warehouse design – schemas, indices 4.The Data Cube operator –
BI Terminologies.
October 28, Data Warehouse Architecture Data Sources Operational DBs other sources Analysis Query Reports Data mining Front-End Tools OLAP Engine.
Data Warehousing. Databases support: Transaction Processing Systems –operational level decision –recording of transactions Decision Support Systems –tactical.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 9 Enabling the Organization – Decision Making.
Decision Support and Date Warehouse Jingyi Lu. Outline Decision Support System OLAP vs. OLTP What is Date Warehouse? Dimensional Modeling Extract, Transform,
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
SHIFALI CHOUBEY GISE LAB IITB Decision Support System For Farmers.
UNIT-II Principles of dimensional modeling
Quiz questions. 1 A data structure that is made up of fields and records? Table.
1 On-Line Analytic Processing Warehousing Data Cubes.
Creating the Dimensional Model
CHAPTER 5 Data and Knowledge Management. CHAPTER OUTLINE 5.1 Managing Data 5.2 The Database Approach 5.3 Database Management Systems 5.4 Data Warehouses.
Chapter 2 Introduction to Enterprise Systems Partial adoption from Magal and Word | Integrated Business Processes with ERP Systems | © 2011 Timothy L.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
The Data Warehouse Chapter Operational Databases = transactional database  designed to process individual transaction quickly and efficiently.
GSK FMCG Data Warehouse Business definition GSK FMCG industry 10 October 2014 Pavan Kumar Mantha Vinod Tati Shourya Konda 1.
HOUSTON E-RETAILERS PRESENTED BY: BALA ANUDEEP GUDURI (LEAD) KAVYA HEGDE DIVYA GANGWANI SUHAS MALAVALLI.
Database Management Systems, 2 nd Edition. R. Ramakrishnan and J. Gehrke1 Data Warehousing and Decision Support.
2015 Global Shunt Reactor Industry Trends & Technology Source Research Report Published: Feb 2015 Single User License: US$ 2600 Corporate User License:
Houston Petroleum Valve Company Data-Mining Project Data Modeling Phase Fouad Alibrahim Mohammad H. Monakes University of Houston Clear Lake University.
Introduction to OLAP and Data Warehouse Assoc. Professor Bela Stantic September 2014 Database Systems.
Data Warehouses and OLAP 1.  Review Questions ◦ Question 1: OLAP ◦ Question 2: Data Warehouses ◦ Question 3: Various Terms and Definitions ◦ Question.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Building the Corporate Data Warehouse Pindaro Demertzoglou Data Resource Management.
The Concepts of Business Intelligence Microsoft® Business Intelligence Solutions.
1 © 2014 by McGraw-Hill Education. This is proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
2015 Deep Research Report on Global Air Cooled Condenser Industry Published: Mar 2015 Single User License: US$ 2600 Corporate User License: US$ 5200 Order.
Enterprise Processes and Systems
Data warehouse and OLAP
Information Flows.
Data Warehouse Project Star Schema and Physical Design
On-Line Analytical Processing (OLAP)
ENTERPRISE INFORMATION SYSTEMS
Data Warehouse and OLAP
Crawford Electric Supply – Prophix story
Data Warehouse Project Implementation
Data Warehouse and OLAP
Data Warehouse and OLAP Technology
Data Warehousing.
Presentation transcript:

Data Warehouse Project Business Definition Presented by: Mike Ellis Vinh Ngo

Today’s Agenda Type of Business Operations & Operational Systems OLTP Limitations Why a Data Warehouse?

Type of Business HVAC/R wholesaler Founded in San Antonio in branch locations in Texas 215,000 square foot distribution center

Operations 260 employees Over 2,000 manufacturers represented, 700 active stocking manufacturers 16,000 line item products Sell predominantly to licensed contractors, mostly on store accounts $80 million annual sales

OLTP Sales Table Contains information about invoice line items –Invoice Number and Date are composite primary key –Store Number, Customer Number, and Part Number are foreign keys

Invoice Numbers An invoice can only be generated in a branch location First two digits of the six digit invoice number give the store number –Example: Invoice was generated in store 26, Houston Invoice was generated in store 04, Brownsville

OLTP Customer Table Contains information specific to each customer –Customer Number is primary key –Also contains name, address, telephone, etc.

OLTP Product Table Contains data about each of the 16,000 line items –Part Number is the primary key –The first three digits of the seven digit part number provide a category designation Example: , , and are all electrical parts

OLTP Stores Table Contains data on each of the branch locations –Store number is primary key –Also contains store name, manager’s name, store address, telephone, etc.

OLTP Entity Relationship Diagram

OLTP System Limitations Inability to quickly make strategic decisions based on historical data Inability to provide drill-down and roll-up type reports Summarize, consolidate, and aggregate data Inability to support multidimensional analysis and decision making

Why a Data Warehouse? Provide an integrated platform for historical analysis Provide an Informational System Central Repository Apply OLAP techniques Who are the target users? –Five executives –Some branch managers

What Do We Want to Achieve? Rollup & drill down –Sales & profit by category, subcategory, and supplier –Sales by region, store Slice & dice –Sales of products across customers –Sales to those customers in each branch Decision Support System –Strategic analysis –User friendly

Project Challenges Environmental –Skeptical management –Side project Technical –Embedded information –Invoice numbers recycle

Any questions?