+ All Categories
Home > Documents > Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database...

Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database...

Date post: 11-Jan-2016
Category:
Upload: brice-long
View: 273 times
Download: 4 times
Share this document with a friend
Popular Tags:
45
Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: CHAPTER 9: DATA WAREHOUSING DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh
Transcript
Page 1: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Copyright © 2014 Pearson Education, Inc.1

CHAPTER 9:CHAPTER 9:DATA WAREHOUSINGDATA WAREHOUSING

Essentials of Database Management

Jeffrey A. Hoffer, Heikki Topi, V. Ramesh

Page 2: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 92

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

OBJECTIVESOBJECTIVES Define terms Explore reasons for information gap

between information needs and availability Understand reasons for need of data

warehousing Describe three levels of data warehouse

architectures Describe two components of star schema Estimate fact table size Design a data mart Develop requirements for a data mart

2

Page 3: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 93

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

DEFINITIONSDEFINITIONS Data Warehouse

A subject-oriented, integrated, time-variant, non-updatable collection of data used in support of management decision-making processes

Subject-oriented: e.g. customers, patients, students, products

Integrated: consistent naming conventions, formats, encoding structures; from multiple data sources

Time-variant: can study trends and changes Non-updatable: read-only, periodically refreshed

Data Mart A data warehouse that is limited in scope

3

Page 4: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 94

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

HISTORY LEADING TO DATA HISTORY LEADING TO DATA WAREHOUSINGWAREHOUSING Improvement in database technologies,

especially relational DBMSs Advances in computer hardware, including

mass storage and parallel architectures Emergence of end-user computing with

powerful interfaces and tools Advances in middleware, enabling

heterogeneous database connectivity Recognition of difference between

operational and informational systems

4

Page 5: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 95

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

NEED FOR DATA NEED FOR DATA WAREHOUSINGWAREHOUSING Integrated, company-wide view of

high-quality information (from disparate databases)

Separation of operational and informational systems and data (for improved performance)

5

Page 6: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 96

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

ISSUES WITH COMPANY-WIDE ISSUES WITH COMPANY-WIDE VIEWVIEW Inconsistent key structures Synonyms Free-form vs. structured fields Inconsistent data values Missing data

See figure 9-1 for example

6

Page 7: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

7

Figure 9-1 Examples of heterogeneous data

Chapter 97

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 8: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 98

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

ORGANIZATIONAL TRENDS ORGANIZATIONAL TRENDS MOTIVATING DATA WAREHOUSESMOTIVATING DATA WAREHOUSES

No single system of records Multiple systems not synchronized Organizational need to analyze

activities in a balanced way Customer relationship

management Supplier relationship management

8

Page 9: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 99

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

SEPARATING OPERATIONAL AND SEPARATING OPERATIONAL AND INFORMATIONAL SYSTEMSINFORMATIONAL SYSTEMS

Operational system – a system that is used to run a business in real time, based on current data; also called a system of record

Informational system – a system designed to support decision making based on historical point-in-time and prediction data for complex queries or data-mining applications

9

Page 10: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 910

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.10

Page 11: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 911

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

DATA WAREHOUSE DATA WAREHOUSE ARCHITECTURESARCHITECTURES Independent Data Mart Dependent Data Mart and

Operational Data Store Logical Data Mart and Real-

Time Data Warehouse Three-Layer architecture

11

All involve some form of extract, transform and load ((ETLETL)

Page 12: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

12

Figure 9-2 Independent data mart data warehousing architecture

Data marts:Data marts:Mini-warehouses, limited in scope

E

T

L

Separate ETL for each independent data mart

Data access complexity due to multiple data marts

Chapter 912

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 13: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

13

Figure 9-3 Dependent data mart with operational data store: a three-level architecture

ET

L

Single ETL for enterprise data warehouse (EDW)(EDW)

Simpler data access

ODS ODS provides option for obtaining current data

Dependent data marts loaded from EDW

Chapter 913

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 14: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

14

E

T

L

Near real-time ETL for Data WarehouseData Warehouse

ODS ODS and data warehousedata warehouse are one and the same

Data marts are NOT separate databases, but logical views of the data warehouse Easier to create new data marts

Figure 9-4 Logical data mart and real time warehouse architecture

Chapter 914

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 15: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

15Chapter 9

15Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 16: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

16

Figure 9-5 Three-layer data architecture for a data warehouse

Chapter 916

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 17: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 917

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

DATA CHARACTERISTICSDATA CHARACTERISTICSSTATUS VS. EVENT DATASTATUS VS. EVENT DATA

17

Status

Status

Event = a database action (create/ update/ delete) that results from a transaction

Figure 9-6 Example of DBMS

log entry

Page 18: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 918

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

With transient data, changes to existing records are written over previous records, thus destroying the previous data content

Figure 9-7 Transient operational data

DATA CHARACTERISTICSDATA CHARACTERISTICSSTATUS VS. EVENT DATASTATUS VS. EVENT DATA

Page 19: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 919

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.19

Periodic data are never physically altered or deleted once they have been added to the store

Figure 9-8 Periodic warehouse data

DATA CHARACTERISTICSDATA CHARACTERISTICSSTATUS VS. EVENT DATASTATUS VS. EVENT DATA

Page 20: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 920

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

OTHER DATA WAREHOUSE OTHER DATA WAREHOUSE CHANGESCHANGES New descriptive attributes New business activity attributes New classes of descriptive attributes Descriptive attributes become more

refined Descriptive data are related to one

another New source of data

20

Page 21: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 921

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

DERIVED DATADERIVED DATA Objectives

Ease of use for decision support applications Fast response to predefined user queries Customized data for particular target audiences Ad-hoc query support Data mining capabilities

Characteristics Detailed (mostly periodic) data Aggregate (for summary) Distributed (to departmental servers)

21

Most common data model = dimensional model(usually implemented as a star schema)

Page 22: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

22

Figure 9-9 Components of a star schemastar schemaFact tables contain factual or quantitative data

Dimension tables contain descriptions about the subjects of the business

1:N relationship between dimension tables and fact tables

Excellent for ad-hoc queries, but bad for online transaction processing

Dimension tables are denormalized to maximize performance

Chapter 922

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 23: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

23

Figure 9-10 Star schema example

Fact table provides statistics for sales broken down by product, period and store dimensions

Chapter 923

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 24: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

24

Figure 9-11 Star schema with sample data

Chapter 924

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 25: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 925

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

SURROGATE KEYSSURROGATE KEYS Dimension table keys should be

surrogate (non-intelligent and non-business related), because: Business keys may change over time Helps keep track of nonkey attribute

values for a given production key Surrogate keys are simpler and

shorter Surrogate keys can be same length

and format for all key

25

Page 26: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 926

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

GRAIN OF THE FACT TABLEGRAIN OF THE FACT TABLE Granularity of Fact Table–what level of

detail do you want?

Transactional grain–finest level Aggregated grain–more summarized Finer grains better market basket

analysis capability Finer grain more dimension tables,

more rows in fact table In Web-based commerce, finest

granularity is a click

26

Page 27: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 927

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

DURATION OF THE DURATION OF THE DATABASEDATABASE

Natural duration–13 months or 5 quarters

Financial institutions may need longer duration

Older data is more difficult to source and cleanse

27

Page 28: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 928

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

SIZE OF FACT TABLESIZE OF FACT TABLE Depends on the number of dimensions and the grain of the fact

table Number of rows = product of number of possible values for each

dimension associated with the fact table Example: assume the following for Figure 9-11:

Total rows calculated as follows (assuming only half the products record sales for a given month):

28

Page 29: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 929

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.29

Figure 9-12 Modeling dates

Fact tables contain time-period data Date dimensions are important

Page 30: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 930

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

VARIATIONS OF THE STAR SCHEMAVARIATIONS OF THE STAR SCHEMA Multiple Facts Tables

Can improve performance Often used to store facts for different combinations of

dimensions Conformed dimensions

Hierarchies Sometimes a dimension forms a natural, fixed depth hierarchy Design options

Include all information for each level in a single denormalized table Normalize the dimension into a nested set of 1:M table relationships

30

Page 31: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 931

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.31

Figure 9-13 Conformed dimensions

Conformed dimension Associated with multiple fact tables

Two fact tables two (connected) start schemas.

Page 32: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 932

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.32

Figure 9-14 Fixed product hierarchy

Dimension hierarchies help to provide levels of aggregation for users wanting summary information in a data warehouse

Page 33: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 933

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

SLOWLY CHANGING DIMENSIONS SLOWLY CHANGING DIMENSIONS (SCD)(SCD) How to maintain knowledge of the past

Kimble’s approaches: Type 1: just replace old data with new (lose

historical data) Type 3: for each changing attribute, create a

current value field and several old-valued fields (multivalued)

Type 2: create a new dimension table row each time the dimension object changes, with all dimension characteristics at the time of change. Most common approach.

33

Kate Stephenson
Are types 2 and 3 reversed here purposely?
Page 34: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 934

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.34

Figure 9-16 Example of Type 2 SCD Customer dimension table

The dimension table contains several records for the same customer. The specific customer record to use depends on the key and the date of the fact, which should be between start and end dates of the SCD customer record.

Page 35: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 935

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

10 ESSENTIAL RULES FOR 10 ESSENTIAL RULES FOR DIMENSIONAL MODELINGDIMENSIONAL MODELING Use atomic facts Create single-process

fact tables Include a date

dimension for each fact table

Enforce consistent grain

Disallow null keys in fact tables

Honor hierarchies Decode dimension

tables Use surrogate keys Conform dimensions Balance requirements

with actual data

35

Page 36: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 936

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Big Data = databases whose volume, velocity, and variety strain the ability of relational DBMSs to capture, manage, and process data in a timely fashion

Issue of Big Data huge volume often unstructured (text, images, RFID, etc.)

Columnar databases Column-based (rather than relational DB, which are row-based) optimize storage for summary data of few columns (different need

than OLTP) Data compression Sybase, Vertica, Infobright

36

BIG DATA AND COLUMNAR BIG DATA AND COLUMNAR DATABASESDATABASES

Page 37: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 937

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

“Not only SQL” a class of database technology used to store

and access textual and other unstructured data, using more flexible structures than the rows and columns format of relational databases

Example NoSql languages: Unstructured Query Language (UQL), XQuery (for XML data)

Example NoSql engines: Cassandra (used by Facebook), Hadoop and MapReduce

37

NOSQLNOSQL

Page 38: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 938

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

THE USER INTERFACETHE USER INTERFACEMETADATA (DATA CATALOG)METADATA (DATA CATALOG)

Identify subjects of the data mart Identify dimensions and facts Indicate how data is derived from enterprise data

warehouses, including derivation rules Indicate how data is derived from operational

data store, including derivation rules Identify available reports and predefined queries Identify data analysis techniques (e.g. drill-down) Identify responsible people

38

Page 39: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 939

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

ONLINE ANALYTICAL PROCESSING (OLAP) TOOLS The use of a set of graphical tools that provides users

with multidimensional views of their data and allows them to analyze the data using simple windowing techniques

Relational OLAP (ROLAP) Traditional relational representation

Multidimensional OLAP (MOLAP) Cube structure

OLAP Operations Cube slicing–come up with 2-D view of data Drill-down–going from summary to more detailed

views

39

Page 40: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

40

Figure 9-18 Slicing a data cube

Chapter 940

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 41: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 941

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.41

Figure 9-19 Example of drill-down

a) Summary report

b) Drill-down with color attribute addedStarting with summary data, users can obtain details for particular cells

Page 42: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 942

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

BUSINESS PERFORMANCE MGMT (BPM)

42

Figure 9-22 Sample Dashboard

BPM systems allow managers to measure,monitor, and manage key activities and processes to achieve organizational goals.Dashboards are often used to provide an information system in support of BPM.

Charts like these are examples of data visualization, the representation of data in graphical and multimedia formats for human analysis.

Page 43: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

Chapter 943

Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

DATA MININGDATA MINING Knowledge discovery using a

blend of statistical, AI, and computer graphics techniques

Goals: Explain observed events or

conditions Confirm hypotheses Explore data for new or

unexpected relationships

43

Page 44: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

44Chapter 9

44Copyright © 2014 Pearson Education, Inc.Copyright © 2014 Pearson Education, Inc.

Page 45: Copyright © 2014 Pearson Education, Inc. 1 CHAPTER 9: DATA WAREHOUSING Essentials of Database Management Jeffrey A. Hoffer, Heikki Topi, V. Ramesh.

4545

All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic,

mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America.

Copyright © 2014 Pearson Education, Inc.


Recommended