Download presentation
Presentation is loading. Please wait.
Published byMarjory Melton Modified over 9 years ago
1
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
2
5 - 2 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Resource Management Chapter 5
3
5 - 3 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. 1.Explain the business value of implementing data resource management processes and technologies in an organization. 2.Outline the advantages of a database management approach to managing the data resources of a business, compared to a file processing approach. Learning Objectives
4
5 - 4 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Learning Objectives 3.Explain how database management software helps business professionals and supports the operations and management of a business. 4.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 development.
5
5 - 5 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Why Study Data Resource Management? Today’s business enterprises cannot survive or succeed without quality data about their internal operations and external environment.
6
5 - 6 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Resource Management Definition: A managerial activity that applies information systems technologies to the task of managing an organization’s data resources to meet the information needs of their business stakeholders
7
5 - 7 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Foundation Data Concepts Character – single alphabetic, numeric or other symbol Field – group of related characters Entity – person, place, object or event Attribute – characteristic of an entity
8
5 - 8 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Foundation Data Concepts Record – collection of attributes that describe an entity File – group of related records Database – integrated collection of logically related data elements
9
5 - 9 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Logical Data Elements
10
5 - 10 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Entities and Relationships
11
5 - 11 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Types of Databases
12
5 - 12 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Types of Databases Operational – store detailed data needed to support the business processes and operations of a company Distributed – databases that are replicated and distributed in whole or in part to network servers at a variety of sites
13
5 - 13 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Types of Databases External – contain a wealth of information available from commercial online services and from many sources on the World Wide Web Hypermedia – consist of hyperlinked pages of multimedia
14
5 - 14 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Hypermedia Database
15
5 - 15 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Warehouse Definition: Large database that stores data that have been extracted from the various operational, external, and other databases of an organization
16
5 - 16 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Warehouse System
17
5 - 17 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Mart Definition: Databases that hold subsets of data from a data warehouse that focus on specific aspects of a company, such as a department or a business process
18
5 - 18 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Warehouse & Data Marts
19
5 - 19 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Warehouse & Data Marts
20
5 - 20 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Retrieving Information from Data Warehouse
21
5 - 21 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Mining Definition: Analyzing the data in a data warehouse to reveal hidden patterns and trends in historical business activity
22
5 - 22 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Mining
23
5 - 23 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Mining Uses Perform “market-basket analysis” to identify new product bundles. Find root causes to quality or manufacturing problems. Prevent customer attrition and acquire new customers. Cross-sell to existing customers. Profile customers with more accuracy.
24
5 - 24 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Traditional File Processing Definition: Data are organized, stored, and processed in independent files of data records
25
5 - 25 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. File Processing Systems
26
5 - 26 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Problems of File Processing Data Redundancy – duplicate data requires an update to be made to all files storing that data Lack of Data Integration – data stored in separate files require special programs for output making ad hoc reporting difficult Data Dependence – programs must include information about how the data is stored so a change in storage format requires a change in programs
27
5 - 27 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Database Management Approach Definition: Consolidates data records into one database that can be accessed by many different application programs. Software interface between users and databases Data definition is stored once, separately from application programs
28
5 - 28 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Database Management Approach
29
5 - 29 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Database Management Software (DBMS) Definition: Software that controls the creation, maintenance, and use of databases
30
5 - 30 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. DBMS Software Components
31
5 - 31 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Uses of DBMS Software
32
5 - 32 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Database Interrogation Definition: Capability of a DBMS to report information from the database in response to end users’ requests Query Language – allows easy, immediate access to ad hoc data requests Report Generator - allows quick, easy specification of a report format for information users have requested
33
5 - 33 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Database Query vs. Report
34
5 - 34 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Natural Language vs. SQL Queries
35
5 - 35 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Database Maintenance Updating a database continually to reflect new business transactions and other events Updating a database to correct data and ensure accuracy of the data
36
5 - 36 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Application Development End users, systems analysts, and other application developers can use the internal 4GL programming language and built-in software development tools provided by many DBMS packages to develop custom application programs.
37
5 - 37 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Fundamental Database Structures
38
5 - 38 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Database Structures Hierarchical – relationships between records form a hierarchy or treelike structure Network – data can be accessed by one of several paths because any data element or record can be related to any number of other data elements
39
5 - 39 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Relational Database Structure Definition: All data elements within the database are viewed as being stored in the form of simple tables
40
5 - 40 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Relational Database
41
5 - 41 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Multidimensional Database Structure Definition: Variation of the relational model that uses multidimensional structures to organize data and express the relationships between data
42
5 - 42 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Multidimensional Database Structure
43
5 - 43 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Object-Oriented Database Structure Definition: Can accommodate more complex data types including graphics, pictures, voice and text Encapsulation – data values and operations that can be performed on them are stored as a unit Inheritance – automatically creating new objects by replicating some or all of the characteristics of one or more existing objects
44
5 - 44 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Inheritance
45
5 - 45 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Evaluation of Database Structures Hierarchical data structure is best for structured, routine types of transaction processing. Network data structure is best when many-to-many relationships are needed. Relational data structure is best when ad hoc reporting is required.
46
5 - 46 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Database Development Enterprise-wide database development is usually controlled by database administrators (DBA) Data dictionary – catalog or directory containing metadata Metadata – data about data
47
5 - 47 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Database Development Process
48
5 - 48 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Planning Database administrators and designers work with corporate and end user management to develop an enterprise model that defines the basic business process of the enterprise.
49
5 - 49 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Data Modeling Definition: Process where the relationships between data elements are identified
50
5 - 50 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Entity Relationship Diagram
51
5 - 51 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Logical vs. Physical Views Logical – data elements and relationships among them Physical – describes how data are to be stored and accessed on the storage devices of a computer system
52
5 - 52 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Logical and Physical Database Views
53
5 - 53 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Summary Data resource management is a managerial activity that applies information technology and software tools to the task of managing an organization’s data resources. The database management approach consolidates data needed by different applications into several common databases and provides an easy-to-use ad hoc reporting capability.
54
5 - 54 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Summary Database management systems are software packages that simplify the creation, use, and maintenance of databases. Several types of databases are used by business organizations including operational, distributed, and external databases. Data warehouses are a central source of data from other databases that have been cleaned, transformed, and cataloged for business analysis and decision support applications.
55
5 - 55 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Summary Data must be organized in some logical manner on physical storage devices so that they can be efficiently processed. For this reason, data are commonly organized into logical data elements such as characters, fields, records, files and databases. Database structures such as the hierarchical, network, relational, and object-oriented models are used to organize the relationships among the data records stored in databases.
56
5 - 56 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Summary The development of databases can be easily accomplished using microcomputer database management packages for small end-user applications.
57
5 - 57 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. End of Chapter Chapter 5
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.