chapter 5 slides

15
Eleventh Edition 1 Introduction to Information Systems Essentials for the Internetworked E-Business Enterprise Irwin/McGraw-Hill Copyright © 2002, The McGraw-Hill Companies, Inc. All rights reserve C h a p t e r James A. O’Brien 5 Data Resource Management

Upload: databaseguys

Post on 17-Jun-2015

429 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Chapter 5 Slides

Eleventh Edition

1

Introduction to Information Systems Essentials for the Internetworked E-Business Enterprise

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

C h a p t e r

James A. O’Brien

5Data

Resource

Management

Page 2: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 2Introduction to Information Systems

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

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

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

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

Chapter Objectives

Page 3: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 3Introduction to Information Systems

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

• Provide examples to illustrate each of the following concepts:– Major types of databases– Data warehouses and data mining– Logical data elements– Fundamental database structures– Database access methods– Database development.

Chapter Objectives

Page 4: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 4Introduction to Information Systems

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

Logical Data Elements

EmployeeRecord 2

EmployeeRecord 1

EmployeeRecord 3

EmployeeRecord 4

Name SS Salary Name SS Salary Name SS Salary Name SS Salary

Data Data Data Data Data Data Data Data Data Data Data Data

PersonnelDatabase

PayrollFile

BenefitsFile

Page 5: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 5Introduction to Information Systems

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

OperatingSystem

DatabaseManagement

System

ApplicationPrograms

OperatingSystem

DatabaseManagement

System

ApplicationPrograms

Databases

DataDictionary

DatabaseManagement

•Database Development•Database Interrogation•Database Maintenance•Application Development

Database Management Systems

Page 6: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 6Introduction to Information Systems

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

Network Server

Network Server

ExternalDatabases onthe Internet &

Online Services

Client PC or

NCOperational

Databases ofthe Organization

DataMart

End UserDatabases

DataWarehouse

DistributedDatabases on

Intranets & Other

Networks

Major Types of Databases

Page 7: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 7Introduction to Information Systems

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

Data Warehouse and Data Mining

Client PC or

NCAnalyticalData StoreEnterpriseWarehouseData MartData

AcquisitionSubsystem

WarehouseDesignSubsystem

DataManagementSubsystem

Data Accessand DeliverySubsystem

Data Accessand DeliverySubsystem

Web Information

System

Web Information

System

OperationalDatabases

MetadataDirectory

MetadataRepository

MetadataManagementSubsystem

Page 8: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 8Introduction to Information Systems

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

Web-Based Systems

WebBrowser

Web ServerSoftware

Web ServerSoftware

NetworkServerThe Internet

IntranetsExtranets

Client PCsor NCs

HTML pagesGIF image filesVideo files

Web Objects

Page 9: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 9Introduction to Information Systems

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

Data Resource Management

DataAdministratio

n

DataPlanning

DatabaseAdministration

Page 10: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 10Introduction to Information Systems

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

Database Structures

Employee2

Employee2

A

Empno Ename Etitle Dept

1

2 B

3 C

Relational Structure

Network StructureHierarchical Structure

Employee3

Project BProject A

Dept Dname Dloc Dmgr

A

B

C

Employee2

Employee1

Project A

Employee1

Dept A Dept BDept

Project B

Page 11: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 11Introduction to Information Systems

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

Database Structures (cont)

East

WestDenver

FebActual Budget

Margin

Sales TV

VCR

TV

VCR

MultidimensionalDatabase Structure

Attributes•Customer•BalanceOperations•Deposit•Withdraw

Bank Account Object

Attributes•Credit Line•Mthly StatementOperations•Calculate Interest•Print Mthly Statement

Checking AccountObject

Attributes•Credit Line•Mthly StatementOperations•Calculate Interest•Print Mthly Statement

Savings AccountObject

Object-OrientedDatabase Structure

Page 12: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 12Introduction to Information Systems

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

Key Fields

SequentialAccess

SequentialOrganization

IndexedSequential

AccessMethod

KeyTransformation

Direct Access

URLs

Accessing Files and Databases

Page 13: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 13Introduction to Information Systems

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

Database Development

User NeedsDescriptionUser NeedsDescription

1. Data Planning1. Data Planning

Enterprise ModelEnterprise Model

2. RequirementsSpecifications

2. RequirementsSpecifications

3. Conceptual Design3. Conceptual Design

4. Logical Design4. Logical Design

Physical ModelsPhysical Models

5. Physical Design5. Physical Design

Data ModelsData Models

Logical ModelsLogical Models

Page 14: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 14Introduction to Information Systems

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

• Data resource management is a critical management activity. Management roles include database administration, data planning, and data administration.

• Under the database management approach, data records are consolidated into databases that can be accessed by many different application programs, serving multiple users.

Chapter Summary

Page 15: Chapter 5 Slides

Eleventh EditionJames A. O’Brien 15Introduction to Information Systems

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

• Database management systems are software packages that simplify the creation, use, and maintenance of databases.

• Several types of databases are used by organizations including operational, distributed, external, data warehouses and data marts.

• Database development for large corporate databases requires a top-down planning effort involving planning, requirements specification and logical and physical design.

Chapter Summary (cont)