Data-Driven Driven Business Intelligence Systems: Parts I. Lecture Outline. Learning Objectives

Size: px
Start display at page:

Download "Data-Driven Driven Business Intelligence Systems: Parts I. Lecture Outline. Learning Objectives"

Transcription

1 Data-Driven Driven Business Intelligence Systems: Parts I Week 5 Dr. Jocelyn San Pedro School of Information Management & Systems Monash University IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, 2004 Lecture Outline Data-driven BIS Data warehouse Data warehouse architectures Entity-Relationship Modelling Multi-dimensional Modelling Star Schema An Example: Retail Trading IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Learning Objectives At the end of this lecture, the students will Have better understanding of concepts, tools and technology underlying data-driven business intelligence systems Have knowledge of multidimensional modelling and star schema for data modelling for data warehouses IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

2 Data-Driven Business Intelligence Systems IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Data-Driven Driven BIS Data-driven BIS information systems that provide BI through access and manipulation of large databases of structured data includes tools for drill down for more detailed information drill up for broader, more summarised view slice and dice for a change in data dimensions IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Data-Driven Driven BIS IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

3 Data-Driven Driven BIS IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Data-Driven Driven BIS Slicing the cube $225,764 Peacock Leverling Fuller Davolio Callahan Suyama King Dodsworth Buchanan $201,196 $162,504 $182,500 $123,033 $72,528 $116,963 $75,048 $68,792 Salesperson Time IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, P r o d u c t Data-Driven Driven BIS Dicing the cube $225,764 $201,196 $162,504 $182,500 $123,033 $72,528 $116,963 $75,048 $68,792 Peacock Leverling Fuller Davolio Callahan Suyaman King Dodsworth Buchanan $22,719 $6,858 $16,035 Q1 Q2 Q3 Q4 IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, $23,181

4 Data Warehouse IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Data Warehouse A data warehouse is a subject-oriented, integrated, time-variant, nonvolatile collection of data in support of management s decision making process Bill Inmon (1995) Subject-oriented: focus is on subjects related to business or organisational activity like customers, employees, suppliers (instead of applications-oriented (finance, marketing, production) Integrated: data from various databases is stored in a consistent format through use of naming conventions, domain constraints, physical attributes and measurements Time-variant: associating data with specific points in time Nonvolatile: data does not change once it is in the data warehouse and stored in data warehouse IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Data Warehouse Data warehouse is a copy of transaction data specifically structured for query and analysis Ralph Kimball (1996) Data warehouse is a specific database designed and populated to provide decision support in an organisation - Gray and Watson (1998) IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

5 Data Warehouse Data warehousing emerged as result of improvements in database technology relational data model and relational database management systems (DBMS) advances in computer hardware - emergence of affordable mass storage and parallel computer architectures emergence of end-user computing, facilitated by powerful, intuitive computer interfaces and tools advances in middleware products that enable enterprise database connectivity across heterogeneous platforms IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Data Warehouse triggered by recognition of fundamental differences between operational (or production) systems and informational (or decision support) systems Operational system system that is used to run a business in real time, based on current data e.g. sales order processing, reservation systems, patient registration Informational systems designed to support decision making based on stable point-in-time or historical data; for complex read-only queries or data mining applications e.g. sales trend analysis, customer segmentation, human resources planning IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Data Warehouse Comparison of Operational and informational Systems McFadden, Hoffer and Prescott 1999 Characteristic Operational Systems Informational Systems Primary purpose Type of data Primary users Scope of usage Design goal Run the business on a current basis Current representation of state of the business Clerks, salespersons, administrators Narrow vs. simple updates and queries performance Support managerial decision making Historical or point-in-time (snapshots) Managers, business analysts, customers Broad vs. complex queries and analysis Ease of access and use IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

6 Generic two-level architecture Source (file) Source database) Source (database) Source (database) Transformation and Integration Data warehouse IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Three-level architecture Source (file) Transformation and Integration Source (database) Source database) Source (database) Enterprise Data warehouse Selection and aggregation Data mart Data mart IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Data mart a data warehouse that is limited in scope contains selected and summarised data to support specific decision support applications of specific end-user group e.g., marketing data mart, finance data mart IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

7 Three-layer data architecture Derived data Data mart Data mart metada Reconciled data Enterprise data warehouse EDW metadata Enterprise data model Operational data Operational systems Operational metadata IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Enterprise data model Presents a total picture explaining the data required by an organisation Must be developed prior to designing a data warehouse Entity-Relationship Models traditional approach in relational database design Multidimensional Models are commonly used in data warehouses and data marts for faster retrieval for querying and analysis IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Operational Data current or transient, not historical restricted in scope to a particular application poor quality not normalised (there are multi-valued attributes or repeating groups, partial dependencies, transitive dependencies in data relations) IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

8 Sample Operational Data from Northwind database IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Reconciled Data Detailed - rather than summarised Historical snapshots, periodic Comprehensive should reflect enterprise-wide perspective; conform to enterprise data model Quality controlled Normalised 3NF or higher 3NF no multi-valued attributes, no partial dependencies, no transitive dependencies IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Steps in Normalisation Table with multi-valued attributes 1 st Normal Form 2 nd Normal Form 3 rd Normal Form Remove multivalued attributes Remove partial dependencies Remove transitive dependencies IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

9 Sales relation with sample data Relation in 3NF Salesperson Region Cust_ID Name Salesperson Region Cust_ID Name Salesperson IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Derived Data selected, formatted, aggregated provides ease of use for decision support applications provides fast response for user queries supports ad-hoc queries and data mining applications data model commonly used is star schema IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Metadata data that describe the properties or characteristics of other data Operational metadata describe the data in various operational systems (as well as external data) that feed the EDW EDW metadata describe the reconciled data layer as well as the rules for transforming operational data to reconciled data Data mart metadata describe the data in derived data layer and rules of transforming reconciled data to derived data IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

10 Sample data description IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Sample data description IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Data Reconciliation Process Stage 1: Initial load, when EDW is first created Stage 2: Subsequent updates Steps in Data Reconciliation Process Capture extract relevant data from source/s IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

11 Scrub clean or upgrade the quality of raw data before transformation and loading (using pattern recognition, artificial intelligence techniques) Track and correct errors: misspelled names, erroneous birthdates, missing data; inconsistent data formats IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Transform - includes converting data format or representation from source to target system partitioning data according to predefined criteria aggregating data from detailed to summary level IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Load and Index Refresh mode filling the EDW by bulk rewriting of target data Update mode only changes in source data are written to the data warehouse; at periodic intervals, data warehouse is rewritten, replacing previous contents without overwriting or deleting previous contents Create necessary indexes IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

12 Entity-Relationship Modelling IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Entity-Relationship Modelling Customer Type groups Customer within Region makes contains Product Type groups Product in Sale located at Store within Period (based on Kimball (1996), p29, and Simsion-Bowles (1996), p2) IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Entity-Relationship Modelling Entities, attributes and relationships Rules of normalisation 3NF is typical Protection of integrity of database by avoiding anomalies Every logical thing is represented only once Separate consideration of logical and physical aspects IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

13 Entity-Relationship Modelling ER Model for the Northwind sample database IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Entity-Relationship Modelling Large numbers of tables Oracle Financials - 1,800; SAP 7 up to 8,000 Commonly used Feels natural once you get used to it Research shows that they are not easily understood by IT people Especially concepts like abstraction, generalisation, sub-types, etc. IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Multi-dimensional Modelling IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

14 Multi-dimensional Modelling It is possible to conceptualise data as multi-dimensional Difficult to design Easy to use resulting reports Advocated by Ralph Kimball (see his manifesto, and a rebuttal, available on the web site). A logical design technique that seeks to present data in a standard framework that is intuitive and allows for highperformance access. IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Multi-dimensional Modelling An approach to database design that provides an easy to understand and navigate database The aim is to encourage understanding, exploration and learning Each number in a database has a set of associated attributes What it measures, what point of time it was created, what location its from, what product it s associated with, what promotion, etc. This makes the number meaningful. IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Multi-dimensional Modelling Each attribute associated with each number represents a dimension Measure, time, location, product, location, etc. Resulting views are easy to navigate and move around Slice and dice Report template IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

15 Multi-dimensional Modelling Example Widget Sales ($Million) One Dimension (State): Vic NSW QLD WA SA TA S State Two Dimensions (location x time): Vic NSW QLD WA SA TA State S Year IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Multi-dimensional Modelling Three Dimensions (location x time x product): Year Vic NSW QLD WA SA TA S State Sprockets Widgets Flanges Gaskets Product IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Multi-dimensional Modelling Usually talk about information spaces as cubes, or hypercubes, or n-cubes Resulting views of databases are easy to navigate and move around Slicing and dicing Report Template IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

16 Multi-dimensional Modelling Slicing and Dicing Select certain dimension values to examine a set of data: IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Multi-dimensional Modelling Report Templates One template is produced for a set of slices Data changes, layout doesn t Location Drop Down Box Product Sales: Victoria, 2001 Year Drop Down Box Widgets Sprockets Flanges Gaskets IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Multi-dimensional Modelling From Traditional Relational to Multi-dimensional Typical relational data-base From Pilot Software OLAP White Paper Same data displayed in twodimensions Easy! (The key is to identify the continuous and discrete variables in the flat file.) IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

17 Star Schema IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Star Schema Used to implement dimensional analysis using standard relational database technology Very common in data warehousing Many variations Two components: Fact Table contains measurements of business, eg. sales, purchase order, shipment Dimension Tables stores the textual descriptions of the dimensions of the business, eg. product, customer, vendor, store. IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Star Schema Fact tables store the hard data Dimension tables store all the information about our dimensions. The fact table has a many-to-one relationship with each dimension table Each dimension table has a primary key that appears as a foreign key in the fact table, whose primary key is a concatenation of all of the foreign keys. IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

18 Star Schema Dimension tables in star schemas are denormalised resulting in: Fewer tables Simpler for users to navigate Reduced number of complex multi-join tables. IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Star schema Customer Customer key Name Customer type Product Product key Product type weight Sale Time key Store key Customer key Product key Dollar sales Unit sales Store Store key Address Region Time Time key Day Month Legend: Primary Key Foreign key IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Snowflake schema Do not snowflake your dimensions, even if very large. If you do snowflake your dimensions, prepare to live with poor performance Kimball (1996) Customer Type Customer Product Type Product Sale Store Region Time IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

19 Star Schema Dimensions can be shared amongst fact tables. IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Star Schema ER schemas are useful for data mapping to legacy systems and for integration of the data warehouse Star schemas are useful for the design of warehouse databases as they are efficient and easy to understand and use Allow relational databases to support multi-dimensional data cubes IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Star Schema Steps in the design process 1. Choose a business process 2. Choose the grain of the fact table Too fine > Oversized database Too large > Loss of meaningful information 3. Choose the dimensions 4. Choose the measured facts (usually numeric, additive quantities) 5. Complete the dimension tables Kimball (1996) IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

20 Extra steps in the design process 6. Determine strategy for slowly changing dimensions 7. Create aggregations and other physical storage components 8. Determine the historical duration of the database 9. Determine the urgency with which the data is to be extracted and loaded into the data warehouse. Kimball (1996) IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, An Example: Retail Trading A large grocery store with approx. 500 stores Each store has approx. 60,000 products on shelves Need to maximise profit and keep shelves stocked Important decisions concern pricing and promotion Promotion types are: Temporary price reductions Newspaper advertisements Shelf and end-aisle displays Coupons IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, An Example: Retail Trading 1. Choose a Business Process Daily Item Movement 2. Choose the grain of the fact table Stock Keeping Unit (SKU) by store by promotion by day 3. Choose the Dimensions Time, product, store and promotion IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

21 An Example: Retail Trading Retail Trading Dimensions Promotion Promotion key Other Promotion attributes Product Product key Other product attributes Sale Time key Product key Store Key Promotion Key Facts to be detailed next Store Store key Other Store Attributes Time Time key Other Time Attributes IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, An Example: Retail Trading 4. Choose the measured facts Promotion Promotion key Other Promotion attributes Product Product key Other product attributes Sale Time key Product key Store Key Promotion Key Dollar Sales Unit Sales Dollar Costs Customer Count Store Store key Other Store Attributes Time Time key Other Time Attributes IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, An Example: Retail Trading 5. Complete the dimension tables Promotion Promotion key Other Promotion attributes Product Product key SKU Description SKU Number Package Size Brand Sub Category Department Package Type Diet Type Weight Weight unit of measure Units per retail case Units per ship case Cases per pallet Sale Time key Product key Store Key Promotion Key Dollar Sales Unit Sales Dollar Costs Customer Count Time Time key Other Time Attributes Store Store key Other Store Attributes IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

22 References Inmon, W. H. (1996) Building the Data Warehouse (2 nd ed), Wiley, NY. Kimball, R. (1996) The Data Warehouse Toolkit, Wiley, NY. McFadden, F., Hoffer, J. and Prescott, M. (1999) Modern Database Management, Addison-Wesley. IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1, Questions? School of Information Management and Systems, Monash University T1.28, T Block, Caulfield Campus IMS3001 BUSINESS INTELLIGENCE SYSTEMS SEM 1,

Data Mining Concepts & Techniques

Data Mining Concepts & Techniques Data Mining Concepts & Techniques Lecture No. 01 Databases, Data warehouse Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro

More information

Fig 1.2: Relationship between DW, ODS and OLTP Systems

Fig 1.2: Relationship between DW, ODS and OLTP Systems 1.4 DATA WAREHOUSES Data warehousing is a process for assembling and managing data from various sources for the purpose of gaining a single detailed view of an enterprise. Although there are several definitions

More information

CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS. Assist. Prof. Dr. Volkan TUNALI

CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS. Assist. Prof. Dr. Volkan TUNALI CHAPTER 8 DECISION SUPPORT V2 ADVANCED DATABASE SYSTEMS Assist. Prof. Dr. Volkan TUNALI Topics 2 Business Intelligence (BI) Decision Support System (DSS) Data Warehouse Online Analytical Processing (OLAP)

More information

DATA MINING AND WAREHOUSING

DATA MINING AND WAREHOUSING DATA MINING AND WAREHOUSING Qno Question Answer 1 Define data warehouse? Data warehouse is a subject oriented, integrated, time-variant, and nonvolatile collection of data that supports management's decision-making

More information

CHAPTER 3 Implementation of Data warehouse in Data Mining

CHAPTER 3 Implementation of Data warehouse in Data Mining CHAPTER 3 Implementation of Data warehouse in Data Mining 3.1 Introduction to Data Warehousing A data warehouse is storage of convenient, consistent, complete and consolidated data, which is collected

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 02 Introduction to Data Warehouse Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology

More information

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing.

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing. About the Tutorial A data warehouse is constructed by integrating data from multiple heterogeneous sources. It supports analytical reporting, structured and/or ad hoc queries and decision making. This

More information

Information Management course

Information Management course Università degli Studi di Milano Master Degree in Computer Science Information Management course Teacher: Alberto Ceselli Lecture 05(b) : 23/10/2012 Data Mining: Concepts and Techniques (3 rd ed.) Chapter

More information

Data Warehousing. Overview

Data Warehousing. Overview Data Warehousing Overview Basic Definitions Normalization Entity Relationship Diagrams (ERDs) Normal Forms Many to Many relationships Warehouse Considerations Dimension Tables Fact Tables Star Schema Snowflake

More information

Designing Data Warehouses. Data Warehousing Design. Designing Data Warehouses. Designing Data Warehouses

Designing Data Warehouses. Data Warehousing Design. Designing Data Warehouses. Designing Data Warehouses Designing Data Warehouses To begin a data warehouse project, need to find answers for questions such as: Data Warehousing Design Which user requirements are most important and which data should be considered

More information

Data warehouse architecture consists of the following interconnected layers:

Data warehouse architecture consists of the following interconnected layers: Architecture, in the Data warehousing world, is the concept and design of the data base and technologies that are used to load the data. A good architecture will enable scalability, high performance and

More information

Basics of Dimensional Modeling

Basics of Dimensional Modeling Basics of Dimensional Modeling Data warehouse and OLAP tools are based on a dimensional data model. A dimensional model is based on dimensions, facts, cubes, and schemas such as star and snowflake. Dimension

More information

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective B.Manivannan Research Scholar, Dept. Computer Science, Dravidian University, Kuppam, Andhra Pradesh, India

More information

DATA WAREHOUSE EGCO321 DATABASE SYSTEMS KANAT POOLSAWASD DEPARTMENT OF COMPUTER ENGINEERING MAHIDOL UNIVERSITY

DATA WAREHOUSE EGCO321 DATABASE SYSTEMS KANAT POOLSAWASD DEPARTMENT OF COMPUTER ENGINEERING MAHIDOL UNIVERSITY DATA WAREHOUSE EGCO321 DATABASE SYSTEMS KANAT POOLSAWASD DEPARTMENT OF COMPUTER ENGINEERING MAHIDOL UNIVERSITY CHARACTERISTICS Data warehouse is a central repository for summarized and integrated data

More information

collection of data that is used primarily in organizational decision making.

collection of data that is used primarily in organizational decision making. Data Warehousing A data warehouse is a special purpose database. Classic databases are generally used to model some enterprise. Most often they are used to support transactions, a process that is referred

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 04-06 Data Warehouse Architecture Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology

More information

Evolution of Database Systems

Evolution of Database Systems Evolution of Database Systems Krzysztof Dembczyński Intelligent Decision Support Systems Laboratory (IDSS) Poznań University of Technology, Poland Intelligent Decision Support Systems Master studies, second

More information

Data Warehouses Chapter 12. Class 10: Data Warehouses 1

Data Warehouses Chapter 12. Class 10: Data Warehouses 1 Data Warehouses Chapter 12 Class 10: Data Warehouses 1 OLTP vs OLAP Operational Database: a database designed to support the day today transactions of an organization Data Warehouse: historical data is

More information

An Overview of Data Warehousing and OLAP Technology

An Overview of Data Warehousing and OLAP Technology An Overview of Data Warehousing and OLAP Technology CMPT 843 Karanjit Singh Tiwana 1 Intro and Architecture 2 What is Data Warehouse? Subject-oriented, integrated, time varying, non-volatile collection

More information

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended. Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews cannot be printed. TDWI strives to provide

More information

WKU-MIS-B10 Data Management: Warehousing, Analyzing, Mining, and Visualization. Management Information Systems

WKU-MIS-B10 Data Management: Warehousing, Analyzing, Mining, and Visualization. Management Information Systems Management Information Systems Management Information Systems B10. Data Management: Warehousing, Analyzing, Mining, and Visualization Code: 166137-01+02 Course: Management Information Systems Period: Spring

More information

Decision Support, Data Warehousing, and OLAP

Decision Support, Data Warehousing, and OLAP Decision Support, Data Warehousing, and OLAP : Contents Terminology : OLAP vs. OLTP Data Warehousing Architecture Technologies References 1 Decision Support and OLAP Information technology to help knowledge

More information

Business Intelligence and Decision Support Systems

Business Intelligence and Decision Support Systems Business Intelligence and Decision Support Systems (9 th Ed., Prentice Hall) Chapter 8: Data Warehousing Learning Objectives Understand the basic definitions and concepts of data warehouses Learn different

More information

Data Mining & Data Warehouse

Data Mining & Data Warehouse Data Mining & Data Warehouse Associate Professor Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology (1) 2016 2017 1 Points to Cover Why Do We Need Data Warehouses?

More information

Data Warehouse. Asst.Prof.Dr. Pattarachai Lalitrojwong

Data Warehouse. Asst.Prof.Dr. Pattarachai Lalitrojwong Data Warehouse Asst.Prof.Dr. Pattarachai Lalitrojwong Faculty of Information Technology King Mongkut s Institute of Technology Ladkrabang Bangkok 10520 pattarachai@it.kmitl.ac.th The Evolution of Data

More information

Data Warehousing and OLAP

Data Warehousing and OLAP Data Warehousing and OLAP INFO 330 Slides courtesy of Mirek Riedewald Motivation Large retailer Several databases: inventory, personnel, sales etc. High volume of updates Management requirements Efficient

More information

Question Bank. 4) It is the source of information later delivered to data marts.

Question Bank. 4) It is the source of information later delivered to data marts. Question Bank Year: 2016-2017 Subject Dept: CS Semester: First Subject Name: Data Mining. Q1) What is data warehouse? ANS. A data warehouse is a subject-oriented, integrated, time-variant, and nonvolatile

More information

A Star Schema Has One To Many Relationship Between A Dimension And Fact Table

A Star Schema Has One To Many Relationship Between A Dimension And Fact Table A Star Schema Has One To Many Relationship Between A Dimension And Fact Table Many organizations implement star and snowflake schema data warehouse The fact table has foreign key relationships to one or

More information

Decision Support Systems aka Analytical Systems

Decision Support Systems aka Analytical Systems Decision Support Systems aka Analytical Systems Decision Support Systems Systems that are used to transform data into information, to manage the organization: OLAP vs OLTP OLTP vs OLAP Transactions Analysis

More information

Overview. Introduction to Data Warehousing and Business Intelligence. BI Is Important. What is Business Intelligence (BI)?

Overview. Introduction to Data Warehousing and Business Intelligence. BI Is Important. What is Business Intelligence (BI)? Introduction to Data Warehousing and Business Intelligence Overview Why Business Intelligence? Data analysis problems Data Warehouse (DW) introduction A tour of the coming DW lectures DW Applications Loosely

More information

Oracle Database 11g: Data Warehousing Fundamentals

Oracle Database 11g: Data Warehousing Fundamentals Oracle Database 11g: Data Warehousing Fundamentals Duration: 3 Days What you will learn This Oracle Database 11g: Data Warehousing Fundamentals training will teach you about the basic concepts of a data

More information

Rocky Mountain Technology Ventures

Rocky Mountain Technology Ventures Rocky Mountain Technology Ventures Comparing and Contrasting Online Analytical Processing (OLAP) and Online Transactional Processing (OLTP) Architectures 3/19/2006 Introduction One of the most important

More information

Handout 12 Data Warehousing and Analytics.

Handout 12 Data Warehousing and Analytics. Handout 12 CS-605 Spring 17 Page 1 of 6 Handout 12 Data Warehousing and Analytics. Operational (aka transactional) system a system that is used to run a business in real time, based on current data; also

More information

Data Warehousing (1)

Data Warehousing (1) ICS 421 Spring 2010 Data Warehousing (1) Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa 3/18/2010 Lipyeow Lim -- University of Hawaii at Manoa 1 Motivation

More information

Data Warehousing and OLAP Technologies for Decision-Making Process

Data Warehousing and OLAP Technologies for Decision-Making Process Data Warehousing and OLAP Technologies for Decision-Making Process Hiren H Darji Asst. Prof in Anand Institute of Information Science,Anand Abstract Data warehousing and on-line analytical processing (OLAP)

More information

Real-World Performance Training Dimensional Queries

Real-World Performance Training Dimensional Queries Real-World Performance Training al Queries Real-World Performance Team Agenda 1 2 3 4 5 The DW/BI Death Spiral Parallel Execution Loading Data Exadata and Database In-Memory al Queries al Queries 1 2 3

More information

: How does DSS data differ from operational data?

: How does DSS data differ from operational data? by Daniel J Power Editor, DSSResources.com Decision support data used for analytics and data-driven DSS is related to past actions and intentions. The data is a historical record and the scale of data

More information

The strategic advantage of OLAP and multidimensional analysis

The strategic advantage of OLAP and multidimensional analysis IBM Software Business Analytics Cognos Enterprise The strategic advantage of OLAP and multidimensional analysis 2 The strategic advantage of OLAP and multidimensional analysis Overview Online analytical

More information

STRATEGIC INFORMATION SYSTEMS IV STV401T / B BTIP05 / BTIX05 - BTECH DEPARTMENT OF INFORMATICS. By: Dr. Tendani J. Lavhengwa

STRATEGIC INFORMATION SYSTEMS IV STV401T / B BTIP05 / BTIX05 - BTECH DEPARTMENT OF INFORMATICS. By: Dr. Tendani J. Lavhengwa STRATEGIC INFORMATION SYSTEMS IV STV401T / B BTIP05 / BTIX05 - BTECH DEPARTMENT OF INFORMATICS LECTURE: 05 (A) DATA WAREHOUSING (DW) By: Dr. Tendani J. Lavhengwa lavhengwatj@tut.ac.za 1 My personal quote:

More information

Full file at

Full file at Chapter 2 Data Warehousing True-False Questions 1. A real-time, enterprise-level data warehouse combined with a strategy for its use in decision support can leverage data to provide massive financial benefits

More information

Data Mining. Data warehousing. Hamid Beigy. Sharif University of Technology. Fall 1394

Data Mining. Data warehousing. Hamid Beigy. Sharif University of Technology. Fall 1394 Data Mining Data warehousing Hamid Beigy Sharif University of Technology Fall 1394 Hamid Beigy (Sharif University of Technology) Data Mining Fall 1394 1 / 22 Table of contents 1 Introduction 2 Data warehousing

More information

Data Warehousing. Ritham Vashisht, Sukhdeep Kaur and Shobti Saini

Data Warehousing. Ritham Vashisht, Sukhdeep Kaur and Shobti Saini Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 6 (2013), pp. 669-674 Research India Publications http://www.ripublication.com/aeee.htm Data Warehousing Ritham Vashisht,

More information

Data Warehouse and Mining

Data Warehouse and Mining Data Warehouse and Mining 1. is a subject-oriented, integrated, time-variant, nonvolatile collection of data in support of management decisions. A. Data Mining. B. Data Warehousing. C. Web Mining. D. Text

More information

DC Area Business Objects Crystal User Group (DCABOCUG) Data Warehouse Architectures for Business Intelligence Reporting.

DC Area Business Objects Crystal User Group (DCABOCUG) Data Warehouse Architectures for Business Intelligence Reporting. DC Area Business Objects Crystal User Group (DCABOCUG) Data Warehouse Architectures for Business Intelligence Reporting April 14, 2009 Whitemarsh Information Systems Corporation 2008 Althea Lane Bowie,

More information

Summary of Last Chapter. Course Content. Chapter 2 Objectives. Data Warehouse and OLAP Outline. Incentive for a Data Warehouse

Summary of Last Chapter. Course Content. Chapter 2 Objectives. Data Warehouse and OLAP Outline. Incentive for a Data Warehouse Principles of Knowledge Discovery in bases Fall 1999 Chapter 2: Warehousing and Dr. Osmar R. Zaïane University of Alberta Dr. Osmar R. Zaïane, 1999 Principles of Knowledge Discovery in bases University

More information

Database design View Access patterns Need for separate data warehouse:- A multidimensional data model:-

Database design View Access patterns Need for separate data warehouse:- A multidimensional data model:- UNIT III: Data Warehouse and OLAP Technology: An Overview : What Is a Data Warehouse? A Multidimensional Data Model, Data Warehouse Architecture, Data Warehouse Implementation, From Data Warehousing to

More information

Data Modeling and Databases Ch 7: Schemas. Gustavo Alonso, Ce Zhang Systems Group Department of Computer Science ETH Zürich

Data Modeling and Databases Ch 7: Schemas. Gustavo Alonso, Ce Zhang Systems Group Department of Computer Science ETH Zürich Data Modeling and Databases Ch 7: Schemas Gustavo Alonso, Ce Zhang Systems Group Department of Computer Science ETH Zürich Database schema A Database Schema captures: The concepts represented Their attributes

More information

After completing this course, participants will be able to:

After completing this course, participants will be able to: Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008 T h i s f i v e - d a y i n s t r u c t o r - l e d c o u r s e p r o v i d e s i n - d e p t h k n o w l e d g e o n d e s

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 07 Terminologies Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro Database

More information

Data Warehousing. Data Warehousing and Mining. Lecture 8. by Hossen Asiful Mustafa

Data Warehousing. Data Warehousing and Mining. Lecture 8. by Hossen Asiful Mustafa Data Warehousing Data Warehousing and Mining Lecture 8 by Hossen Asiful Mustafa Databases Databases are developed on the IDEA that DATA is one of the critical materials of the Information Age Information,

More information

Course chapter 8: Data Warehousing - Introduction. F. Radulescu - Data warehousing - introduction 1

Course chapter 8: Data Warehousing - Introduction. F. Radulescu - Data warehousing - introduction 1 Course chapter 8: Data Warehousing - Introduction F. Radulescu - Data warehousing - introduction 1 Some definitions Wikipedia: Data warehouse is a repository of an organization's electronically stored

More information

Introduction to DWML. Christian Thomsen, Aalborg University. Slides adapted from Torben Bach Pedersen and Man Lung Yiu

Introduction to DWML. Christian Thomsen, Aalborg University. Slides adapted from Torben Bach Pedersen and Man Lung Yiu Introduction to DWML Christian Thomsen, Aalborg University Slides adapted from Torben Bach Pedersen and Man Lung Yiu Course Structure Business intelligence Extract knowledge from large amounts of data

More information

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI Department of Information Technology IT6702 Data Warehousing & Data Mining Anna University 2 & 16 Mark Questions & Answers Year / Semester: IV / VII Regulation:

More information

Modern Systems Analysis and Design Sixth Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich

Modern Systems Analysis and Design Sixth Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Designing Distributed and Internet Systems Learning Objectives Define the key terms client/server architecture,

More information

Cognos also provides you an option to export the report in XML or PDF format or you can view the reports in XML format.

Cognos also provides you an option to export the report in XML or PDF format or you can view the reports in XML format. About the Tutorial IBM Cognos Business intelligence is a web based reporting and analytic tool. It is used to perform data aggregation and create user friendly detailed reports. IBM Cognos provides a wide

More information

Microsoft SQL Server Training Course Catalogue. Learning Solutions

Microsoft SQL Server Training Course Catalogue. Learning Solutions Training Course Catalogue Learning Solutions Querying SQL Server 2000 with Transact-SQL Course No: MS2071 Two days Instructor-led-Classroom 2000 The goal of this course is to provide students with the

More information

The Data Organization

The Data Organization C V I T F E P A O TM The Data Organization 1251 Yosemite Way Hayward, CA 94545 (510) 303-8868 rschoenrank@computer.org Business Intelligence Process Architecture By Rainer Schoenrank Data Warehouse Consultant

More information

1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar

1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar 1 DATAWAREHOUSING QUESTIONS by Mausami Sawarkar 1) What does the term 'Ad-hoc Analysis' mean? Choice 1 Business analysts use a subset of the data for analysis. Choice 2: Business analysts access the Data

More information

Data Modelling for Data Warehousing

Data Modelling for Data Warehousing Data Modelling for Data Warehousing Table of Contents 1 DATA WAREHOUSING CONCEPTS...3 1.1 DEFINITION...3 2 DATA WAREHOUSING ARCHITECTURE...5 2.1 GLOBAL WAREHOUSE ARCHITECTURE...5 2.2 INDEPENTDENT DATA

More information

Data Warehouses. Yanlei Diao. Slides Courtesy of R. Ramakrishnan and J. Gehrke

Data Warehouses. Yanlei Diao. Slides Courtesy of R. Ramakrishnan and J. Gehrke Data Warehouses Yanlei Diao Slides Courtesy of R. Ramakrishnan and J. Gehrke Introduction v In the late 80s and early 90s, companies began to use their DBMSs for complex, interactive, exploratory analysis

More information

MIS2502: Data Analytics Dimensional Data Modeling. Jing Gong

MIS2502: Data Analytics Dimensional Data Modeling. Jing Gong MIS2502: Data Analytics Dimensional Data Modeling Jing Gong gong@temple.edu http://community.mis.temple.edu/gong Where we are Now we re here Data entry Transactional Database Data extraction Analytical

More information

Create Cube From Star Schema Grouping Framework Manager

Create Cube From Star Schema Grouping Framework Manager Create Cube From Star Schema Grouping Framework Manager Create star schema groupings to provide authors with logical groupings of query Connect to an OLAP data source (cube) in a Framework Manager project

More information

What is a Data Warehouse?

What is a Data Warehouse? What is a Data Warehouse? COMP 465 Data Mining Data Warehousing Slides Adapted From : Jiawei Han, Micheline Kamber & Jian Pei Data Mining: Concepts and Techniques, 3 rd ed. Defined in many different ways,

More information

Best Practices in Data Modeling. Dan English

Best Practices in Data Modeling. Dan English Best Practices in Data Modeling Dan English Objectives Understand how QlikView is Different from SQL Understand How QlikView works with(out) a Data Warehouse Not Throw Baby out with the Bathwater Adopt

More information

Data Strategies for Efficiency and Growth

Data Strategies for Efficiency and Growth Data Strategies for Efficiency and Growth Date Dimension Date key (PK) Date Day of week Calendar month Calendar year Holiday Channel Dimension Channel ID (PK) Channel name Channel description Channel type

More information

Chapter 3. The Multidimensional Model: Basic Concepts. Introduction. The multidimensional model. The multidimensional model

Chapter 3. The Multidimensional Model: Basic Concepts. Introduction. The multidimensional model. The multidimensional model Chapter 3 The Multidimensional Model: Basic Concepts Introduction Multidimensional Model Multidimensional concepts Star Schema Representation Conceptual modeling using ER, UML Conceptual modeling using

More information

CS377: Database Systems Data Warehouse and Data Mining. Li Xiong Department of Mathematics and Computer Science Emory University

CS377: Database Systems Data Warehouse and Data Mining. Li Xiong Department of Mathematics and Computer Science Emory University CS377: Database Systems Data Warehouse and Data Mining Li Xiong Department of Mathematics and Computer Science Emory University 1 1960s: Evolution of Database Technology Data collection, database creation,

More information

Data Warehousing ETL. Esteban Zimányi Slides by Toon Calders

Data Warehousing ETL. Esteban Zimányi Slides by Toon Calders Data Warehousing ETL Esteban Zimányi ezimanyi@ulb.ac.be Slides by Toon Calders 1 Overview Picture other sources Metadata Monitor & Integrator OLAP Server Analysis Operational DBs Extract Transform Load

More information

Arindrajit Roy; Office hours:

Arindrajit Roy;   Office hours: Course MIS 6309.003 Course Title Business Data Warehousing Professor Kashif Saeed Term Spring 2017 Meetings TTh 2:30pm 3:45pm; JSOM 2.722 Professor s Contact Information Office Phone (972) 883-5094 Other

More information

Building a Data Warehouse step by step

Building a Data Warehouse step by step Informatica Economică, nr. 2 (42)/2007 83 Building a Data Warehouse step by step Manole VELICANU, Academy of Economic Studies, Bucharest Gheorghe MATEI, Romanian Commercial Bank Data warehouses have been

More information

Lectures for the course: Data Warehousing and Data Mining (IT 60107)

Lectures for the course: Data Warehousing and Data Mining (IT 60107) Lectures for the course: Data Warehousing and Data Mining (IT 60107) Week 1 Lecture 1 21/07/2011 Introduction to the course Pre-requisite Expectations Evaluation Guideline Term Paper and Term Project Guideline

More information

TBD TA Office hours: Will be posted on elearning. SLO3: Students will demonstrate competency in data modeling, including dimensional modeling.

TBD TA Office hours: Will be posted on elearning. SLO3: Students will demonstrate competency in data modeling, including dimensional modeling. Course MIS 6309.002 Course Title Business Data Warehousing Professor Kashif Saeed Term Fall 2017 Meetings Wed 4:00pm 6:45pm; JSOM 2.722 Professor s Contact Information Office Phone (972) 883-5094 Other

More information

ALTERNATE SCHEMA DIAGRAMMING METHODS DECISION SUPPORT SYSTEMS. CS121: Relational Databases Fall 2017 Lecture 22

ALTERNATE SCHEMA DIAGRAMMING METHODS DECISION SUPPORT SYSTEMS. CS121: Relational Databases Fall 2017 Lecture 22 ALTERNATE SCHEMA DIAGRAMMING METHODS DECISION SUPPORT SYSTEMS CS121: Relational Databases Fall 2017 Lecture 22 E-R Diagramming 2 E-R diagramming techniques used in book are similar to ones used in industry

More information

Managing Information Resources

Managing Information Resources Managing Information Resources 1 Managing Data 2 Managing Information 3 Managing Contents Concepts & Definitions Data Facts devoid of meaning or intent e.g. structured data in DB Information Data that

More information

Data Mining. Data warehousing. Hamid Beigy. Sharif University of Technology. Fall 1396

Data Mining. Data warehousing. Hamid Beigy. Sharif University of Technology. Fall 1396 Data Mining Data warehousing Hamid Beigy Sharif University of Technology Fall 1396 Hamid Beigy (Sharif University of Technology) Data Mining Fall 1396 1 / 31 Table of contents 1 Introduction 2 Data warehousing

More information

Table of Contents. Knowledge Management Data Warehouses and Data Mining. Introduction and Motivation

Table of Contents. Knowledge Management Data Warehouses and Data Mining. Introduction and Motivation Table of Contents Knowledge Management Data Warehouses and Data Mining Dr. Michael Hahsler Dept. of Information Processing Vienna Univ. of Economics and BA 11. December 2001

More information

Knowledge Management Data Warehouses and Data Mining

Knowledge Management Data Warehouses and Data Mining Knowledge Management Data Warehouses and Data Mining Dr. Michael Hahsler Dept. of Information Processing Vienna Univ. of Economics and BA 11. December 2001 1 Table of Contents

More information

Chapter 13 Business Intelligence and Data Warehouses The Need for Data Analysis Business Intelligence. Objectives

Chapter 13 Business Intelligence and Data Warehouses The Need for Data Analysis Business Intelligence. Objectives Chapter 13 Business Intelligence and Data Warehouses Objectives In this chapter, you will learn: How business intelligence is a comprehensive framework to support business decision making How operational

More information

Business Intelligence An Overview. Zahra Mansoori

Business Intelligence An Overview. Zahra Mansoori Business Intelligence An Overview Zahra Mansoori Contents 1. Preference 2. History 3. Inmon Model - Inmonities 4. Kimball Model - Kimballities 5. Inmon vs. Kimball 6. Reporting 7. BI Algorithms 8. Summary

More information

Data Warehousing. Adopted from Dr. Sanjay Gunasekaran

Data Warehousing. Adopted from Dr. Sanjay Gunasekaran Data Warehousing Adopted from Dr. Sanjay Gunasekaran Main Topics Overview of Data Warehouse Concept of Data Conversion Importance of Data conversion and the steps involved Common Industry Methodology Outline

More information

CT75 DATA WAREHOUSING AND DATA MINING DEC 2015

CT75 DATA WAREHOUSING AND DATA MINING DEC 2015 Q.1 a. Briefly explain data granularity with the help of example Data Granularity: The single most important aspect and issue of the design of the data warehouse is the issue of granularity. It refers

More information

MIS2502: Data Analytics Dimensional Data Modeling. Jing Gong

MIS2502: Data Analytics Dimensional Data Modeling. Jing Gong MIS2502: Data Analytics Dimensional Data Modeling Jing Gong gong@temple.edu http://community.mis.temple.edu/gong Where we are Now we re here Data entry Transactional Database Data extraction Analytical

More information

The COSMIC Functional Size Measurement Method Version 4.0.1

The COSMIC Functional Size Measurement Method Version 4.0.1 The COSMIC Functional Size Measurement Method Version 4.0.1 Guideline for sizing Data Warehouse Application Software Version 1.1 April 2015 Acknowledgements Reviewers of v1.1 (alphabetical order) Diana

More information

Logical Design A logical design is conceptual and abstract. It is not necessary to deal with the physical implementation details at this stage.

Logical Design A logical design is conceptual and abstract. It is not necessary to deal with the physical implementation details at this stage. Logical Design A logical design is conceptual and abstract. It is not necessary to deal with the physical implementation details at this stage. You need to only define the types of information specified

More information

Data Warehouse and Data Mining

Data Warehouse and Data Mining Data Warehouse and Data Mining Lecture No. 03 Architecture of DW Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro Basic

More information

The Evolution of Data Warehousing. Data Warehousing Concepts. The Evolution of Data Warehousing. The Evolution of Data Warehousing

The Evolution of Data Warehousing. Data Warehousing Concepts. The Evolution of Data Warehousing. The Evolution of Data Warehousing The Evolution of Data Warehousing Data Warehousing Concepts Since 1970s, organizations gained competitive advantage through systems that automate business processes to offer more efficient and cost-effective

More information

CS614 - Data Warehousing - Midterm Papers Solved MCQ(S) (1 TO 22 Lectures)

CS614 - Data Warehousing - Midterm Papers Solved MCQ(S) (1 TO 22 Lectures) CS614- Data Warehousing Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad Nov 21,2016 BS110401050 BS110401050@vu.edu.pk Arslan.arshad01@gmail.com AKMP01 CS614 - Data Warehousing - Midterm

More information

Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis

Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis Rafal Lukawiecki Strategic Consultant, Project Botticelli Ltd rafal@projectbotticelli.com Objectives Explain the basics of: 1. Data

More information

Teradata Aggregate Designer

Teradata Aggregate Designer Data Warehousing Teradata Aggregate Designer By: Sam Tawfik Product Marketing Manager Teradata Corporation Table of Contents Executive Summary 2 Introduction 3 Problem Statement 3 Implications of MOLAP

More information

Data Management Lecture Outline 2 Part 2. Instructor: Trevor Nadeau

Data Management Lecture Outline 2 Part 2. Instructor: Trevor Nadeau Data Management Lecture Outline 2 Part 2 Instructor: Trevor Nadeau Data Entities, Attributes, and Items Entity: Things we store information about. (i.e. persons, places, objects, events, etc.) Have relationships

More information

REPORTING AND QUERY TOOLS AND APPLICATIONS

REPORTING AND QUERY TOOLS AND APPLICATIONS Tool Categories: REPORTING AND QUERY TOOLS AND APPLICATIONS There are five categories of decision support tools Reporting Managed query Executive information system OLAP Data Mining Reporting Tools Production

More information

Data warehousing in telecom Industry

Data warehousing in telecom Industry Data warehousing in telecom Industry Dr. Sanjay Srivastava, Kaushal Srivastava, Avinash Pandey, Akhil Sharma Abstract: Data Warehouse is termed as the storage for the large heterogeneous data collected

More information

DATA VAULT MODELING GUIDE

DATA VAULT MODELING GUIDE DATA VAULT MODELING GUIDE Introductory Guide to Data Vault Modeling GENESEE ACADEMY, LLC 2012 Authored by: Hans Hultgren DATA VAULT MODELING GUIDE Introductory Guide to Data Vault Modeling Forward Data

More information

ETL and OLAP Systems

ETL and OLAP Systems ETL and OLAP Systems Krzysztof Dembczyński Intelligent Decision Support Systems Laboratory (IDSS) Poznań University of Technology, Poland Software Development Technologies Master studies, first semester

More information

Department of Industrial Engineering. Sharif University of Technology. Operational and enterprises systems. Exciting directions in systems

Department of Industrial Engineering. Sharif University of Technology. Operational and enterprises systems. Exciting directions in systems Department of Industrial Engineering Sharif University of Technology Session# 9 Contents: The role of managers in Information Technology (IT) Organizational Issues Information Technology Operational and

More information

Data Warehousing. Jens Teubner, TU Dortmund Winter 2015/16. Jens Teubner Data Warehousing Winter 2015/16 1

Data Warehousing. Jens Teubner, TU Dortmund Winter 2015/16. Jens Teubner Data Warehousing Winter 2015/16 1 Jens Teubner Data Warehousing Winter 2015/16 1 Data Warehousing Jens Teubner, TU Dortmund jensteubner@cstu-dortmundde Winter 2015/16 Jens Teubner Data Warehousing Winter 2015/16 40 Part IV Modelling Your

More information

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts Enn Õunapuu enn.ounapuu@ttu.ee Content Oveall approach Dimensional model Tabular model Overall approach Data modeling is a discipline that has been practiced

More information

Chapter 4, Data Warehouse and OLAP Operations

Chapter 4, Data Warehouse and OLAP Operations CSI 4352, Introduction to Data Mining Chapter 4, Data Warehouse and OLAP Operations Young-Rae Cho Associate Professor Department of Computer Science Baylor University CSI 4352, Introduction to Data Mining

More information

Business Intelligence. You can t manage what you can t measure. You can t measure what you can t describe. Ahsan Kabir

Business Intelligence. You can t manage what you can t measure. You can t measure what you can t describe. Ahsan Kabir Business Intelligence You can t manage what you can t measure. You can t measure what you can t describe Ahsan Kabir A broad category of applications and technologies for gathering, storing, analyzing,

More information

Course Number : SEWI ZG514 Course Title : Data Warehousing Type of Exam : Open Book Weightage : 60 % Duration : 180 Minutes

Course Number : SEWI ZG514 Course Title : Data Warehousing Type of Exam : Open Book Weightage : 60 % Duration : 180 Minutes Birla Institute of Technology & Science, Pilani Work Integrated Learning Programmes Division M.S. Systems Engineering at Wipro Info Tech (WIMS) First Semester 2014-2015 (October 2014 to March 2015) Comprehensive

More information