48
7.1 © 2003 by Prentice Hall 7 MANAGING MANAGING DATA DATA RESOURCES RESOURCES Chapter

Chapter07: managing data resources

Embed Size (px)

DESCRIPTION

© 2003 by Prentice Hall

Citation preview

Page 1: Chapter07: managing data resources

7.1 © 2003 by Prentice Hall

77

MANAGINGMANAGING

DATA DATA

RESOURCESRESOURCES

Chapter

Page 2: Chapter07: managing data resources

7.2 © 2003 by Prentice Hall

• Why do businesses have trouble finding Why do businesses have trouble finding the information they need in their the information they need in their information systems?information systems?

• How does a database management system How does a database management system help businesses improve the organization help businesses improve the organization of their information?of their information?

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

OBJECTIVES

Page 3: Chapter07: managing data resources

7.3 © 2003 by Prentice Hall

• How do the principal types of database How do the principal types of database models affect the way businesses can models affect the way businesses can access and use information?access and use information?

• What are the managerial and What are the managerial and organizational requirements of a data-organizational requirements of a data-base environment?base environment?

• What new tools and technologies can What new tools and technologies can make databases more accessible and make databases more accessible and useful?useful?

OBJECTIVES

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Page 4: Chapter07: managing data resources

7.4 © 2003 by Prentice Hall

• Organizational obstacles to a Organizational obstacles to a database environmentdatabase environment

• Cost/benefit considerationsCost/benefit considerations

MANAGEMENT CHALLENGES

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Page 5: Chapter07: managing data resources

7.5 © 2003 by Prentice Hall

File Organization Terms and Concepts

• Bit:Bit: Smallest unit of data; binary digit (0,1) Smallest unit of data; binary digit (0,1)

• Byte:Byte: Group of bits that represents a single Group of bits that represents a single charactercharacter

• Field:Field: Group of words or a complete Group of words or a complete numbernumber

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT

Page 6: Chapter07: managing data resources

7.6 © 2003 by Prentice Hall

• Record:Record: Group of related fieldsGroup of related fields

• File:File: Group of records of same typeGroup of records of same type

• Database:Database: Group of related filesGroup of related files

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

File Organization Terms and Concepts

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT

Page 7: Chapter07: managing data resources

7.7 © 2003 by Prentice Hall

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Data Hierarchy in a Computer System

Figure 7-1

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT

Page 8: Chapter07: managing data resources

7.8 © 2003 by Prentice Hall

• Entity:Entity: Person, place, thing, event about Person, place, thing, event about which information is maintainedwhich information is maintained

• Attribute:Attribute: Description of a particular entity Description of a particular entity

• Key field:Key field: Identifier field used to retrieve, Identifier field used to retrieve, update, sort a recordupdate, sort a record

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

File Organization Terms and Concepts

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT

Page 9: Chapter07: managing data resources

7.9 © 2003 by Prentice Hall

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Figure 7-2

Entitities and Attributes

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT

Page 10: Chapter07: managing data resources

7.10 © 2003 by Prentice Hall

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT

• Data redundancyData redundancy

• Program-Data dependenceProgram-Data dependence

• Lack of flexibilityLack of flexibility

• Poor securityPoor security

• Lack of data-sharing and availabilityLack of data-sharing and availability

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Problems with the Traditional File Environment

Page 11: Chapter07: managing data resources

7.11 © 2003 by Prentice Hall

Traditional File Processing

Figure 7-3

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT

Page 12: Chapter07: managing data resources

7.12 © 2003 by Prentice Hall

THE DATABASE APPROACH TO DATA MANAGEMENT

• Creates and maintains databasesCreates and maintains databases

• Eliminates requirement for data definition Eliminates requirement for data definition statementsstatements

• Acts as interface between application Acts as interface between application programs and physical data filesprograms and physical data files

• Separates logical and design views of dataSeparates logical and design views of data

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Database Management System (DBMS)

Page 13: Chapter07: managing data resources

7.13 © 2003 by Prentice Hall

The Contemporary Database Environment

Figure 7-4

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 14: Chapter07: managing data resources

7.14 © 2003 by Prentice Hall

Components of DBMS

• Data definition language: Data definition language: Specifies Specifies content and structure of database and content and structure of database and defines each data elementdefines each data element

• Data manipulation language:Data manipulation language:Manipulates data in a databaseManipulates data in a database

• Data dictionary:Data dictionary: Stores definitions of Stores definitions of data elements, and data characteristicsdata elements, and data characteristics

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 15: Chapter07: managing data resources

7.15 © 2003 by Prentice Hall

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Sample Data Dictionary Report

THE DATABASE APPROACH TO DATA MANAGEMENT

Figure 7-5

Page 16: Chapter07: managing data resources

7.16 © 2003 by Prentice Hall

Types of Databases

• Relational DBMSRelational DBMS

• Hierarchical and Network DBMSHierarchical and Network DBMS

• Object-Oriented DatabasesObject-Oriented Databases

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 17: Chapter07: managing data resources

7.17 © 2003 by Prentice Hall

Relational DBMS

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

• Represents data as two-dimensional tables Represents data as two-dimensional tables called relationscalled relations

• Relates data across tables based on common Relates data across tables based on common data elementdata element

• Examples: DB2, Oracle, MS SQL ServerExamples: DB2, Oracle, MS SQL Server

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 18: Chapter07: managing data resources

7.18 © 2003 by Prentice HallFigure 7-6

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Relational Data Model

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 19: Chapter07: managing data resources

7.19 © 2003 by Prentice Hall

Three Basic Operations in a Relational Database

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

• Select:Select: Creates subset of rows that meet Creates subset of rows that meet specific criteriaspecific criteria

• Join:Join: Combines relational tables to provide Combines relational tables to provide users with informationusers with information

• Project:Project: Enables users to create new tables Enables users to create new tables containing only relevant informationcontaining only relevant information

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 20: Chapter07: managing data resources

7.20 © 2003 by Prentice HallFigure 7-7

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

THE DATABASE APPROACH TO DATA MANAGEMENT

Three Basic Operations in a Relational Database

Page 21: Chapter07: managing data resources

7.21 © 2003 by Prentice Hall

Hierarchical and Network DBMS

Hierarchical DBMSHierarchical DBMS

• Organizes data in a tree-like structureOrganizes data in a tree-like structure

• Supports one-to-many parent-child Supports one-to-many parent-child relationshipsrelationships

• Prevalent in large legacy systemsPrevalent in large legacy systems

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 22: Chapter07: managing data resources

7.22 © 2003 by Prentice Hall

Hierarchical DBMS

Figure 7-8

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 23: Chapter07: managing data resources

7.23 © 2003 by Prentice Hall

Hierarchical and Network DBMS

Network DBMSNetwork DBMS

• Depicts data logically as many-to-many Depicts data logically as many-to-many relationshipsrelationships

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 24: Chapter07: managing data resources

7.24 © 2003 by Prentice Hall

Figure 7-9

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Network DBMS

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 25: Chapter07: managing data resources

7.25 © 2003 by Prentice Hall

DisadvantagesDisadvantages

• OutdatedOutdated

• Less flexible compared to RDBMSLess flexible compared to RDBMS

• Lack support for ad-hoc and English Lack support for ad-hoc and English language-like querieslanguage-like queries

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Hierarchical and Network DBMS

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 26: Chapter07: managing data resources

7.26 © 2003 by Prentice Hall

• Object-oriented DBMS:Object-oriented DBMS: Stores data and Stores data and procedures as objects that can be procedures as objects that can be retrieved and shared automatically retrieved and shared automatically

• Object-relational DBMS:Object-relational DBMS: Provides Provides capabilities of both object-oriented and capabilities of both object-oriented and relational DBMSrelational DBMS

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Object-Oriented databases

THE DATABASE APPROACH TO DATA MANAGEMENT

Page 27: Chapter07: managing data resources

7.27 © 2003 by Prentice Hall

• Conceptual design:Conceptual design: Abstract model of Abstract model of database from a business perspectivedatabase from a business perspective

• Physical design:Physical design: Detailed description of Detailed description of business information needsbusiness information needs

CREATING A DATABASE ENVIRONMENT

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Designing Databases

Page 28: Chapter07: managing data resources

7.28 © 2003 by Prentice Hall

• Entity-relationship diagram:Entity-relationship diagram: Methodology Methodology for documenting databases illustrating for documenting databases illustrating relationships between database entitiesrelationships between database entities

• Normalization:Normalization: Process of creating small Process of creating small stable data structures from complex groups stable data structures from complex groups of dataof data

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

CREATING A DATABASE ENVIRONMENT

Designing Databases

Page 29: Chapter07: managing data resources

7.29 © 2003 by Prentice Hall

An Entity-Relationship Diagram

Figure 7-10

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

CREATING A DATABASE ENVIRONMENT

Page 30: Chapter07: managing data resources

7.30 © 2003 by Prentice Hall

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

CREATING A DATABASE ENVIRONMENT

An Unnormalized Relation of ORDER

Figure 7-11

Page 31: Chapter07: managing data resources

7.31 © 2003 by Prentice Hall

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

CREATING A DATABASE ENVIRONMENT

An Normalized Relation of ORDER

Figure 7-12

Page 32: Chapter07: managing data resources

7.32 © 2003 by Prentice Hall

Centralized databaseCentralized database

• Used by single central processor or multiple Used by single central processor or multiple processors in client/server networkprocessors in client/server network

Distributing Databases

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

CREATING A DATABASE ENVIRONMENT

Page 33: Chapter07: managing data resources

7.33 © 2003 by Prentice Hall

Distributed databaseDistributed database

• Stored in more than one physical locationStored in more than one physical location

• Partitioned database Partitioned database

• Duplicated databaseDuplicated database

Distributing Databases

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

CREATING A DATABASE ENVIRONMENT

Page 34: Chapter07: managing data resources

7.34 © 2003 by Prentice Hall

Distributed Databases

Figure 7-13

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

CREATING A DATABASE ENVIRONMENT

Page 35: Chapter07: managing data resources

7.35 © 2003 by Prentice Hall

Management Requirements for Database Systems

Key elements in a database environment:Key elements in a database environment:

• Data AdministrationData Administration

• Data Planning and Modeling MethodologyData Planning and Modeling Methodology

• Database Technology and ManagementDatabase Technology and Management

• UsersUsers

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

CREATING A DATABASE ENVIRONMENT

Page 36: Chapter07: managing data resources

7.36 © 2003 by Prentice HallFigure 7-14

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

CREATING A DATABASE ENVIRONMENT

Management Requirements for Database Systems

Page 37: Chapter07: managing data resources

7.37 © 2003 by Prentice Hall

Multidimensional Data Analysis

On-line analytical processing (OLAP)On-line analytical processing (OLAP)

• Multidimensional data analysisMultidimensional data analysis

• Supports manipulation and analysis of Supports manipulation and analysis of large volumes of data from multiple large volumes of data from multiple dimensions/perspectivesdimensions/perspectives

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

DATABASE TRENDS

Page 38: Chapter07: managing data resources

7.38 © 2003 by Prentice Hall

Multidimensional Data Model

Figure 7-15

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

DATABASE TRENDS

Page 39: Chapter07: managing data resources

7.39 © 2003 by Prentice Hall

Data warehouseData warehouse

• Supports reporting and query toolsSupports reporting and query tools

• Stores current and historical data Stores current and historical data

• Consolidates data for management Consolidates data for management analysis and decision makinganalysis and decision making

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Data Warehousing and Datamining

DATABASE TRENDS

Page 40: Chapter07: managing data resources

7.40 © 2003 by Prentice Hall

Components of a Data Warehouse

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

DATABASE TRENDS

Figure 7-16

Page 41: Chapter07: managing data resources

7.41 © 2003 by Prentice Hall

Data martData mart

• Subset of data warehouse Subset of data warehouse

• Contains summarized or highly focused Contains summarized or highly focused portion of data for a specified function or portion of data for a specified function or group of usersgroup of users

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Data Warehousing and Datamining

DATABASE TRENDS

Page 42: Chapter07: managing data resources

7.42 © 2003 by Prentice Hall

DataminingDatamining

• Tools for analyzing large pools of data Tools for analyzing large pools of data

• Find hidden patterns and infer rules to Find hidden patterns and infer rules to predict trendspredict trends

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Data Warehousing and Datamining

DATABASE TRENDS

Page 43: Chapter07: managing data resources

7.43 © 2003 by Prentice Hall

• Improved and easy accessibility to Improved and easy accessibility to informationinformation

• Ability to model and remodel the dataAbility to model and remodel the data

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Benefits of Data Warehouses

DATABASE TRENDS

Page 44: Chapter07: managing data resources

7.44 © 2003 by Prentice Hall

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Databases and the Web

The Web and Hypermedia databaseThe Web and Hypermedia database

• Organizes data as network of nodesOrganizes data as network of nodes

• Links nodes in pattern specified by userLinks nodes in pattern specified by user

• Supports text, graphic, sound, video and Supports text, graphic, sound, video and executable programsexecutable programs

DATABASE TRENDS

Page 45: Chapter07: managing data resources

7.45 © 2003 by Prentice Hall

A Hypermedia Database

Figure 7-17

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

DATABASE TRENDS

Page 46: Chapter07: managing data resources

7.46 © 2003 by Prentice Hall

Database serverDatabase server

• Computer in a client/server environment Computer in a client/server environment runs a DBMS to process SQL statements runs a DBMS to process SQL statements and perform database management tasksand perform database management tasks

Application serverApplication server

• Software handling all application Software handling all application operationsoperations

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

Databases and the Web

DATABASE TRENDS

Page 47: Chapter07: managing data resources

7.47 © 2003 by Prentice Hall

Linking Internal Databases to the Web

Figure 7-18

Essentials of Management Information SystemsEssentials of Management Information SystemsChapter 7 Managing Data ResourcesChapter 7 Managing Data Resources

DATABASE TRENDS

Page 48: Chapter07: managing data resources

7.48 © 2003 by Prentice Hall

77

MANAGINGMANAGING

DATA DATA

RESOURCESRESOURCES

Chapter