data resource magt ppt2

Upload: mohana1234

Post on 03-Jun-2018

224 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/12/2019 Data Resource Magt Ppt2

    1/58

    McGraw-Hill/Irwin 2008,The McGraw-Hil l Companies, All Rights Reserved

    Chapter 5

    Data Resource Management

  • 8/12/2019 Data Resource Magt Ppt2

    2/58

    5- 2

    Learning Objectives

    1. Explain the business value of implementingdata resource management processes andtechnologies in an organization.

    2. Outline the advantages of a databasemanagement approach to managing the dataresources of a business, compared to a fileprocessing approach.

    3. Explain how database management softwarehelps business professionals and supports theoperations and management of a business.

  • 8/12/2019 Data Resource Magt Ppt2

    3/58

    5- 3

    Learning Objectives

    4. Provide examples to illustrate each of thefollowing concepts:

    a. Major types of databases

    b. Data warehouses and data mining

    c. Logical data elements

    d. Fundamental database structures

    e. Database development

  • 8/12/2019 Data Resource Magt Ppt2

    4/58

    5- 4

    Examples of logical data elements

  • 8/12/2019 Data Resource Magt Ppt2

    5/58

    5- 5

    Fundamental Data Concepts

    Character: single alphabetic, numeric or othersymbol

    Fieldor data item: a grouping of related

    characters Represents an attribute(a characteristic or quality) of

    some entity(object, person, place or event)

    Example: salary

    Record: grouping of all the fields used todescribe the attributes of an entity Example: payroll record with name, SSN and rate of

    pay

  • 8/12/2019 Data Resource Magt Ppt2

    6/58

    5- 6

    Fundamental Data Concepts

    Fileor table: a group of related records

    Database: an integrated collection of logicallyrelated data elements

  • 8/12/2019 Data Resource Magt Ppt2

    7/58

  • 8/12/2019 Data Resource Magt Ppt2

    8/58

    5- 8

    Database Structures

    Hierarchical

    Network

    Relational

    Object-oriented Multidimensional

  • 8/12/2019 Data Resource Magt Ppt2

    9/58

    5- 9

    Hierarchical Structure

    Early DBMS structure

    Records arranged in tree-like structure

    Relationships are one-to-many

  • 8/12/2019 Data Resource Magt Ppt2

    10/58

    5- 10

    Hierarchical Structure

  • 8/12/2019 Data Resource Magt Ppt2

    11/58

    5- 11

    Network Structure

    Used in some mainframe DBMS packages

    Many-to-many relationships

  • 8/12/2019 Data Resource Magt Ppt2

    12/58

    5- 12

    Network Structure

  • 8/12/2019 Data Resource Magt Ppt2

    13/58

    5- 13

    Relational Structure

    Most widely used structure Data elements are viewed as being stored in

    tables

    Row represents record Column represents field

    Can relate data in one file with data in anotherfile if both files share a common data element

  • 8/12/2019 Data Resource Magt Ppt2

    14/58

    5- 14

    Relational Structure

  • 8/12/2019 Data Resource Magt Ppt2

    15/58

    5- 15

    Relational Operations

    Select: Create a subset of records that meet a stated criterion

    Example, select employees who make more than$30,000

    Join Combine two or more tables temporarily

    Looks like one big table

    Project Create a subset of columns in a table

  • 8/12/2019 Data Resource Magt Ppt2

    16/58

    5- 16

    Multidimensional Structure

    Variation of relational model Uses multidimensional structures to organize

    data

    Data elements are viewed as being in cubes Popular for analytical databases that support

    Online Analytical Processing (OLAP)

  • 8/12/2019 Data Resource Magt Ppt2

    17/58

    5- 17

    Multidimensional Model

  • 8/12/2019 Data Resource Magt Ppt2

    18/58

    5- 18

    Object-oriented Structure

    Objectconsists of Data values describing the attributes of an entity

    Operations that can be performed on the data

    Encapsulation: Combine data and operations

    Inheritance:

    New objects can be created by replicated some or all of

    the characteristics of parent objects

  • 8/12/2019 Data Resource Magt Ppt2

    19/58

    5- 19

    Object-oriented Structure

    Source: Adapted from Ivar Jacobsen, Maria Ericsson, and Ageneta Jacobsen, The Object Advantage: Business ProcessReengineering with Object Technology(New York: ACM Press, 1995), p. 65.Copyright @ 1995, Association for Computing Machinery. By permission.

  • 8/12/2019 Data Resource Magt Ppt2

    20/58

    5- 20

    Object-oriented Structure

    Used in Object-oriented database managementsystems (OODBMS)

    Supports complex data types

    Examples, graphic images, video clips, web pages

  • 8/12/2019 Data Resource Magt Ppt2

    21/58

    5- 21

    Evaluation of Database Structures

    Hierarchical Worked for structured routine transaction processing

    Cant handle many-to-many relationships

    Network More flexible than hierarchical Unable to handle ad hoc requests

    Relational

    Easily respond to ad hoc requests Easier to work with and maintain

    Not as efficient or quick as hierarchical or network

  • 8/12/2019 Data Resource Magt Ppt2

    22/58

    5- 22

    Database Development

    Database Administrator (DBA) In charge of enterprise database development

    Data Definition Language (DDL)

    Develop and specify the data contents, relationshipsand structure

    These specifications are stored in data dictionary

    Data dictionary

    Data base catalog containing metadata Metadatadata about data

  • 8/12/2019 Data Resource Magt Ppt2

    23/58

    5- 23

    Database Development

  • 8/12/2019 Data Resource Magt Ppt2

    24/58

    5- 24

    Data Planning Process

    Enterprise Model Defines basic business process of the enterprise

    Defined by DBAs and designers with end users

    Data Modeling

    Relationships between data elements

    Entity Relationship Diagram (ERD)common tool formodeling

  • 8/12/2019 Data Resource Magt Ppt2

    25/58

    5- 25

    Entity Relationship Diagram

  • 8/12/2019 Data Resource Magt Ppt2

    26/58

    5- 26

    Database Design Process

    Logical design Schemaoverall logical view of relationships

    Subschemalogical view for specific end users

    Data models for DBMS

    Physical design How data are to be stored and accessed on storage

    devices

  • 8/12/2019 Data Resource Magt Ppt2

    27/58

    5- 27

    Logical and Physical Database Views

  • 8/12/2019 Data Resource Magt Ppt2

    28/58

    5- 28

    Data Resource Management

    Managerial activityApplies IS technologies like data management

    and data warehousing to manage data resourcesto meet the information needs of businessstakeholders

  • 8/12/2019 Data Resource Magt Ppt2

    29/58

    5- 29

    Types of databases

  • 8/12/2019 Data Resource Magt Ppt2

    30/58

    5- 30

    Operational Databases

    Store detailed data to support businessprocesses

    Examples, customer database, inventorydatabase

  • 8/12/2019 Data Resource Magt Ppt2

    31/58

    5- 31

    Distributed Databases

    Copies or parts of databases on servers at a variety oflocations

    Challenge: any data change in one location must bemade in all other locations

    Replication: Look at each distributed database and find changes

    Apply changes to each distributed database

    Very complex

    Duplication One database is master

    Duplicate that database after hours in all locations

    Easier

  • 8/12/2019 Data Resource Magt Ppt2

    32/58

    5- 32

    External Databases

    Databases available for a fee from commercialonline services or

    For free from World Wide Web

    Examples, statistical databanks, bibliographicand full text databases

  • 8/12/2019 Data Resource Magt Ppt2

    33/58

    5- 33

    Hypermedia Database

    Website database Consists of hyperlinked pages of multimedia

    (text, graphics, video clips, audio segments)

  • 8/12/2019 Data Resource Magt Ppt2

    34/58

    5- 34

    Data Warehouse

    Stores data that has been extracted from the operational,external and other databases

    Data has been cleaned, transformed and cataloged

    Used by managers and professionals for Data mining,

    Online analytical processing,

    Business analysis,

    Market research,

    Decision support

    Data mart is subset of warehouse for specific use ofdepartment

  • 8/12/2019 Data Resource Magt Ppt2

    35/58

    5- 35

    Data Warehouse

    Source: Adapted courtesy of Hewlett-Packard.

  • 8/12/2019 Data Resource Magt Ppt2

    36/58

    5- 36

    Data Mining

    Data in data warehouse are analyzed to revealhidden patterns and trends

    Examples:

    Perform market-basket analysis to identify newbusiness processes

    Find root causes to quality problems

    Cross sell to existing customers

    Profile customers with more accuracy

  • 8/12/2019 Data Resource Magt Ppt2

    37/58

    5- 37

    Traditional File Processing

    Data stored in independent files Problems:

    Data redundancy

    Lack of data integration

    Data dependencefiles, storage devices, and softwareare dependent on each other

    Lack of data integrity or standardization

    T di i l Fil P i

  • 8/12/2019 Data Resource Magt Ppt2

    38/58

    5- 38

    Traditional File Processing

  • 8/12/2019 Data Resource Magt Ppt2

    39/58

    5- 39

    Database Management Approach

    Consolidate data into databases that can beaccessed by different programs

    Use a database management system (DBMS)

    DBMS serves as interface between users anddatabases

    D t b M t A h

  • 8/12/2019 Data Resource Magt Ppt2

    40/58

    5- 40

    Database Management Approach

    DBMS M j F ti

  • 8/12/2019 Data Resource Magt Ppt2

    41/58

    5- 41

    DBMS Major Functions

    D t b I t ti

  • 8/12/2019 Data Resource Magt Ppt2

    42/58

    5- 42

    Database Interrogation

    End users use a DBMS by asking for informationvia a query or a report generator

    Query languageimmediate responses to adhoc data requests

    SQL(Structured Query Language) an internationalstandard query language

    Graphical Queries -- Point-and-click methods

    Natural Queriessimilar to conversational English

    Report generatorquickly specify a reportformat for information you want printed in areport

    Nat ral Lang age ers s SQL

  • 8/12/2019 Data Resource Magt Ppt2

    43/58

    5- 43

    Natural Language versus SQL

    Graphical Query

  • 8/12/2019 Data Resource Magt Ppt2

    44/58

    5- 44

    Graphical Query

    Source: Courtesy of Microsoft Corp.

    Database Maintenance

  • 8/12/2019 Data Resource Magt Ppt2

    45/58

    5- 45

    Database Maintenance

    Updating database to reflect new businesstransactions such as a new sale

    Done by transaction processing systems withsupport of DBMS

    Application Development

  • 8/12/2019 Data Resource Magt Ppt2

    46/58

    5- 46

    Application Development

    Use DBMS software development tools todevelop custom application programs

    Data Manipulation Language (DML)

    Case 1: Amazon, eBay, and Google:Unlocking and Sharing Business

  • 8/12/2019 Data Resource Magt Ppt2

    47/58

    5- 47

    Unlocking and Sharing BusinessDatabases

    Companies such as Amazon, eBay and Google areunlocking their databases and sharing their data withdevelopers, entrepreneurs and their business partners.

    In the hands of top Web innovators, this data could be

    the dynamo of new Web sites and businesses thatwould expand the companys online footprint and

    ultimately drive more sales.

    This also involves risk in terms of misuse of companys

    data and companies will have to take steps insafeguarding their data.

    Case Study Questions

  • 8/12/2019 Data Resource Magt Ppt2

    48/58

    5- 48

    Case Study Questions

    1. What are the business benefits to Amazon and eBay ofopening up some of their databases to developers andentrepreneurs? Do you agree with this strategy? Why orwhy not?

    2. What business factors are causing Google to move

    slowly in opening up its databases? Do you agree withits go-slow strategy? Why or why not?

    3. Should other companies follow Amazons and eBayslead and open up some of their databases todevelopers and others? Defend your position with

    examples of the risks and benefits to an actualcompany.

    Real World Internet Activity

  • 8/12/2019 Data Resource Magt Ppt2

    49/58

    5- 49

    Real World Internet Activity

    1. The concept of opening up a companysproduct, inventory, and other databases todevelopers and entrepreneurs is a relativelynew one.

    Use the Internet to find examples of companies thathave adopted this strategy and the benefits theyclaim for doing so.

    Real World Group Activity

  • 8/12/2019 Data Resource Magt Ppt2

    50/58

    5- 50

    Real World Group Activity

    2. Opening up selective databases to outsiders isnot a risk-free strategy for a company. Whatrisks are involved? What safeguards shouldbe put in place to guard against loss or misuse

    of a companys data? Discuss and take a stand on these issues.

    Case 2:Emerson and Sanofi: Data

  • 8/12/2019 Data Resource Magt Ppt2

    51/58

    5- 51

    Stewards Seek Data Conformity

    For data warehouse to work properly, data has to bestandardized.

    Companies are hiring data stewards who are dedicatedto establishing and maintaining the quality of data

    entered into the operational systems that feed the datawarehouse.

    Data stewards need to have business knowledgebecause they need to make frequent judgment calls.

    Data quality is a journey, not a destination.

    Case Study Questions

  • 8/12/2019 Data Resource Magt Ppt2

    52/58

    5- 52

    Case Study Questions

    1. Why is the role of a data steward considered tobe innovative? Explain.

    2. What are the business benefits associated withthe data steward program at Emerson?

    3. How does effective data resourcemanagement contribute to the strategic goalsof an organization? Provide examples from

    Emerson and others.

    Real World Internet Activity

  • 8/12/2019 Data Resource Magt Ppt2

    53/58

    5- 53

    Real World Internet Activity

    1. As discussed in the case, the role of datasteward is relatively new, and its creation ismotivated by the desire to protect the valuabledata assets of the firm.

    There are many job descriptions in the modernorganization associated with the strategicmanagement of data resources. Using the Internet,see if you can find evidence of other job roles that are

    focused on the management of an organizationsdata. How might a person train for these new jobs?

    Real World Group Activity

  • 8/12/2019 Data Resource Magt Ppt2

    54/58

    5- 54

    Real World Group Activity

    2. As more and more data are collected, stored,processed, and disseminated by organizations,new and innovative ways to manage themmust be developed.

    Discuss how the data resource management methodsof today will need to evolve as more types of dataemerge. Will we ever get to the point where we canmanage our data in a completely automated manner?

    Case 3:Acxiom Corporation: Data

  • 8/12/2019 Data Resource Magt Ppt2

    55/58

    5- 55

    Demand Respect Acxiom Corporation manages other companies data as

    well as manages their data centers. Acxiom manages large volumes of data in their data

    center and extract business intelligence from the data todrive smart decisions.

    More than half of its revenue is generated by data-relatedservices, such as building and hosting data warehouses,integrating and cleaning customer data, running customerrelationship management applications, developingcustomer marketing lists, and analyzing data or providingclients with the means to analyze it themselves.

    Privacy and security are both important issues when itcomes to managing data.

    Case Study Questions

  • 8/12/2019 Data Resource Magt Ppt2

    56/58

    5- 56

    Case Study Questions

    1. Acxiom is in a unique type of business. Howwould you describe the business of Acxiom? Isit a service- or a product-oriented business?

    2. From the case, it is easy to see that Acxiom

    has focused on a wide variety of data fromdifferent sources. How does Acxiom decidewhich data to collect and for whom?

    3. Acxioms business raises many issues related

    to privacy. Are the data collected by Acxiomreally private?

    Real World Internet Activity

  • 8/12/2019 Data Resource Magt Ppt2

    57/58

    5- 57

    Real World Internet Activity

    1. The case states that Acxiom started as theresult of a spin-off from a bus company. Usingthe Internet, see if you can find the history ofAcxiom.

    How does a bus company evolve into a datacollection and dissemination company?

    Real World Group Activity

  • 8/12/2019 Data Resource Magt Ppt2

    58/58

    5- 58

    p y

    2. The privacy problems faced by Acxiom wereassociated with the accidental dissemination ofdata deemed sensitive by a third party.

    Discuss the privacy issues associated with Acxioms

    business. Do you think the company is doing anythingwrong?