+ All Categories
Home > Technology > Chap003 MIS

Chap003 MIS

Date post: 19-Jan-2015
Category:
Upload: amit-roy
View: 951 times
Download: 1 times
Share this document with a friend
Description:
 
Popular Tags:
56
Chapter 3 Data Resource Management
Transcript
Page 1: Chap003 MIS

1

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Chapter

3

Data Resource Management

Page 2: Chap003 MIS

2

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Learning Objectives

Explain the importance of implementing data resource management processes and technologies in an organization.

Understand the advantages of a database management approach to managing the data resources of a business.

Page 3: Chap003 MIS

3

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Learning Objectives (continued)

Explain how database management software helps business professionals and supports the operations and management of a business.

Illustrate each of the following concepts:Major types of databasesData warehouses and data miningLogical data elementsFundamental database structuresDatabase access methodsDatabase development

Page 4: Chap003 MIS

4

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Section I

Managing Data Resources

Page 5: Chap003 MIS

5

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Data Resource Management

A managerial activityApplies information systems technology to

managing data resources to meet needs of business stakeholders.

Page 6: Chap003 MIS

6

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Foundation Data Concepts

Levels of dataCharacter

Single alphabetical, numeric, or other symbol

FieldGroupings of charactersRepresents an attribute of some entity

Page 7: Chap003 MIS

7

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Foundation Data Concepts (continued)

RecordsRelated fields of dataCollection of attributes that describe an

entityFixed-length or variable-length

Page 8: Chap003 MIS

8

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Foundation Data Concepts (continued)

Files (table)A group of related recordsClassified by

Primary useType of datapermanence

Page 9: Chap003 MIS

9

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Foundation Data Concepts (continued)

DatabaseIntegrated collection of logically related

data elementsConsolidates records into a common pool

of data elementsData is independent of the application

program using them and type of storage device

Page 10: Chap003 MIS

10

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Foundation Data Concepts (continued)

Logical Data Elements

Page 11: Chap003 MIS

11

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Types of Databases

OperationalSupports business processes and operationsAlso called subject-area databases,

transaction databases, and production databases

Page 12: Chap003 MIS

12

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Types of Databases (continued)

DistributedReplicated and distributed copies or parts of

databases on network servers at a variety of sites.

Done to improve database performance and security

Page 13: Chap003 MIS

13

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Types of Databases (continued)

ExternalAvailable for a fee from commercial sources

or with or without charge on the Internet or World Wide Web

HypermediaHyperlinked pages of multimedia

Page 14: Chap003 MIS

14

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Data Warehouses and Data Mining

Data warehouseStores data extracted from operational,

external, or other databases of an organization

Central source of “structured” dataMay be subdivided into data marts

Page 15: Chap003 MIS

15

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Data Warehouses and Data Mining (continued)

Data miningA major use of data warehouse databasesData is analyzed to reveal hidden

correlations, patterns, and trends

Page 16: Chap003 MIS

16

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Management Approach

Consolidates data records and objects into databases that can be accessed by many different application programs

Page 17: Chap003 MIS

17

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Management Approach (continued)

Database Management SystemSoftware interface between users and

databasesControls creation, maintenance, and use of

the database

Page 18: Chap003 MIS

18

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Management Approach (continued)

Page 19: Chap003 MIS

19

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Management Approach (continued)

Database InterrogationQuery

Supports ad hoc requestsTells the software how you want to

organize the dataSQL queriesGraphical (GUI) & natural queries

Page 20: Chap003 MIS

20

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Management Approach (continued)

Report GeneratorTurns results of query into a useable

report

Database MaintenanceUpdating and correcting data

Page 21: Chap003 MIS

21

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Management Approach (continued)

Application DevelopmentData manipulation languageData entry screens, forms, reports, or web

pages

Page 22: Chap003 MIS

22

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Implementing Data Resource Management

Database AdministrationDevelop and maintain the data dictionaryDesign and monitor performance of

databasesEnforce database use and security standards

Page 23: Chap003 MIS

23

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Implementing Data Resource Management (continued)

Data PlanningCorporate planning and analysis functionDeveloping the overall data architecture

Page 24: Chap003 MIS

24

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Implementing Data Resource Management (continued)

Data AdministrationStandardize collection, storage, and

dissemination of data to end usersFocused on supporting business processes

and strategic business objectivesMay include developing policy and setting

standards

Page 25: Chap003 MIS

25

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Implementing Data Resource Management (continued)

ChallengesTechnologically complexVast amounts of dataVulnerability to fraud, errors, and failures

Page 26: Chap003 MIS

26

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Section II

Technical Foundations of Database Management

Page 27: Chap003 MIS

27

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Structures

HierarchicalTreelikeOne-to-many relationshipUsed for structured, routine types of

transaction processing

Page 28: Chap003 MIS

28

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Structures (continued)

NetworkMore complexMany-to-many relationshipMore flexible but doesn’t support ad hoc

requests well

Page 29: Chap003 MIS

29

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Structures (continued)

RelationalData elements stored in simple tablesCan link data elements from various tablesVery supportive of ad hoc requests but

slower at processing large amounts of data than hierarchical or network models

Page 30: Chap003 MIS

30

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Structures (continued)

Multi-DimensionalA variation of the relational modelCubes of data and cubes within cubesPopular for online analytical processing

(OLAP) applications

Page 31: Chap003 MIS

31

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Structures (continued)

Page 32: Chap003 MIS

32

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Structures (continued)

Object-orientedKey technology of multimedia web-based

applicationsGood for complex, high-volume applications

Page 33: Chap003 MIS

33

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Structures (continued)

Page 34: Chap003 MIS

34

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Accessing Databases

Key fields (primary key)A field unique to each record so it can be

distinguished from all other records in a table

Page 35: Chap003 MIS

35

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Accessing Databases (continued)

Sequential accessData is stored and accessed in a sequence

according to a key fieldGood for periodic processing of a large

volume of data, but updating with new transactions can be troublesome

Page 36: Chap003 MIS

36

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Accessing Databases (continued)

Direct accessMethods

Key transformationIndexIndexed sequential access

Page 37: Chap003 MIS

37

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Development

Data dictionaryDirectory containing metadata (data about

data)StructureData elementsInterrelationshipsInformation regarding access and useMaintenance & security issues

Page 38: Chap003 MIS

38

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Database Development (continued)

Data Planning & Database DesignPlanning & Design Process

Enterprise modelEntity relationship diagrams (ERDs)Data modeling

Develop logical framework for the physical design

Page 39: Chap003 MIS

39

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Discussion Questions

How should an e-business enterprise store, access, and distribute data & information about their internal operations & external environment?

What roles do database management, data administration, and data planning play in managing data as a business resource?

Page 40: Chap003 MIS

40

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Discussion Questions (continued)

What are the advantages of a database management approach to organizing, accessing, and managing an organization’s data resources?

What is the role of a database management system in an e-business information system?

Page 41: Chap003 MIS

41

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Discussion Questions (continued)

Databases of information about a firm’s internal operations were formerly the only databases that were considered to be important to a business. What other kinds of databases are important for a business today?

What are the benefits and limitations of the relational database model for business applications?

Page 42: Chap003 MIS

42

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Discussion Questions (continued)

Why is the object-oriented database model gaining acceptance for developing applications and managing the hypermedia databases at business websites?

How have the Internet, intranets, extranets, and the World Wide Web affected the types and uses of data resources available to business end users?

Page 43: Chap003 MIS

43

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 1 – IBM versus Oracle

What key business strategies did Janet Perna implement to help IBM catch up to Oracle in the database management software market?

What is the business case for both IBM’s and Oracle’s product strategy for their database software?

Page 44: Chap003 MIS

44

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 1 (continued)

Which approach would you recommend to a company seeking a database system today?

What do you see as the key factor to IBM’s success?

Page 45: Chap003 MIS

45

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 1 (continued)

The case states that “database software has become more of a commodity.” Do you agree?

Page 46: Chap003 MIS

46

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 2 – Experian Automotive

How do the database software tools discussed in this case help companies exploit their data resources?

What is the business value of the automotive database created by Experian?

Page 47: Chap003 MIS

47

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 2 (continued)

What other business opportunities could you recommend to Experian that would capitalize on their automotive database?

The case states that Experian’s automotive database “has raised the hackles of privacy advocates.” What legitimate privacy concerns and safeguard suggestions might be raised about this database and its use?

Page 48: Chap003 MIS

48

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 3 – Shell Exploration

Why do companies still have problems with the quality of the data resources stored in their business information systems?

What is a “data silo?”

Page 49: Chap003 MIS

49

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 3 (continued)

How do data warehouse approaches help companies like Shell and OshKosh meet their data resource management challenges?

What business benefits can companies derive from a data warehouse approach?

Page 50: Chap003 MIS

50

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 4 – BlueCross BlueShield & Warner Bros.

What is a storage area network? Why are so many companies installing SANs?

What are the reasons for the quick payback on SAN investments?

Page 51: Chap003 MIS

51

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 4 (continued)

What are the challenges and alternatives to SANs as a data storage technology?

What are some advantages of SANs?

Page 52: Chap003 MIS

52

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 5 – Sherwin-Williams & Krispy Kreme

Tips for Managing External DataPurchase external data from a reliable

source that will do most of the refining for you and will work with you on contingency plans.

Run a test load first. A load of test data can pave the way for accurate production loads.

Page 53: Chap003 MIS

53

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 5 (continued)

Managing external data (continued)Don’t collect data until business and IT staff

have agreed on the amount, frequency, format, and content of the data you need.

Don’t acquire more data or use more data sources than you really need.

Page 54: Chap003 MIS

54

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 5 (continued)

Managing external data (continued)Don’t mingle external and homegrown data

without adding unique identifiers to each record, in case you need to pull it out.

Don’t overestimate the data’s integrity. Nothing beats direct customer contact and tactical details behind the data.

Page 55: Chap003 MIS

55

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 5 (continued)

What challenges in acquiring and using data from external sources are identified in this case?

Do you prefer the Sherwin-Williams or Krispy Kreme approach to acquiring external data?

Page 56: Chap003 MIS

56

McGraw-Hill/Irwin Copyright © 2004, The McGraw-Hill Companies, Inc. All rights reserved.

Real World Case 5 (continued)

What other sources of external data might a business use to gain valuable marketing and competitive intelligence?


Recommended