Management Information Systems, 3rd Edition - PowerPoint PPT Presentation

1 / 40
About This Presentation
Title:

Management Information Systems, 3rd Edition

Description:

Data and Knowledge Management. Management Information Systems, 3rd Edition. Effy Oz ... Database Management System (DBMS) ... to easily access the knowledge ' ... – PowerPoint PPT presentation

Number of Views:1780
Avg rating:3.0/5.0
Slides: 41
Provided by: eff71
Category:

less

Transcript and Presenter's Notes

Title: Management Information Systems, 3rd Edition


1
Chapter 8Data and Knowledge Management
2
Learning Objectives
  • When you finish this chapter, you will
  • Know the difference between traditional file
    organization methods and the database approach.
  • Know how database management systems are used to
    construct databases, populate them with data, and
    manipulate the data to produce information.
  • Be familiar with the different database models
    and the advantages and disadvantages of each
    model.

3
Learning Objectives
  • Know the most important features and operations
    of a relational database.
  • Understand how databases are changing business
    operations across industries and what impact they
    might have on our personal lives.
  • Understand the concepts of data warehousing and
    data-mining and their use in business.
  • Recognize the need for knowledge storage and
    management and be able to give examples of the
    ways knowledge is managed in organizations.

4
Managing Digital Data
  • The Traditional File Approach
  • Disadvantages
  • Program/Data Dependency
  • Data Redundancy
  • Data Integrity

5
Managing Digital Data
6
Managing Digital Data
7
Managing Digital Data
  • Moving to Databases
  • Maintain and manipulate data about entities
  • Entity any object chosen to collect data about
  • Field one piece of information about entity
  • Fields can hold text, numbers, pictures, sounds
    and video clips
  • Record several fields related to same entity
  • File collection of related records

8
Managing Digital Data
9
Managing Digital Data
  • Database Management System (DBMS)
  • The program used to build databases, populate
    them with data, and manipulate the data
  • Queries Request data from specified fields
  • Security Giving users different views addresses
    security issue

10
Managing Digital Data
11
Managing Digital Data
12
Managing Digital Data
  • Traditional Files vs. Databases Pros and Cons
  • Traditional File Advantages
  • Simplicity
  • Efficiency
  • Customization
  • Traditional File Disadvantage
  • Creates data redundancy and application-data
    dependence
  • Does not support as tight control over data
    currency, accuracy, and integrity as database
    approach
  • Provides less flexibility in data maintenance
  • Database Advantages
  • Reduced data redundancy
  • Application/data independence
  • Better control
  • Flexibility

13
Database Models
Database model general logical structure which
stores records within a database.
14
Database Models
  • The Hierarchical Model
  • Records are related hierarchically -- each
    category is a subcategory of the next level up
  • Disadvantages of hierarchical databases
  • To retrieve a record, a user must start at the
    root and navigate the hierarchy.
  • If a link is broken, the entire branch is lost.
  • Requires considerable data redundancy

15
Database Models
  • The Network Model
  • Allows a record to be linked to more than one
    parent
  • Supports many-to-many (NM) relationships
  • Advantage of the network model
  • Reduced data redundancy
  • Disadvantages of the network model
  • Complicated to build and difficult to maintain
  • Difficult to navigate

16
Database Models
  • The Relational Model
  • Consists of tables links among entities are
    maintained with foreign keys
  • Advantages of relational databases
  • Same advantages of a network database without the
    complications
  • Easier to conceptualize and maintain
  • Virtually all DBMSs offered for microcomputers
    accommodate the relational model

17
Database Models
  • Keys
  • A field whose values identify records
  • Either for display or for processing
  • Primary Key
  • Unique key
  • Linking
  • To link records from one table with records of
    another table, the table must have one field in
    common
  • Repeated field a primary key in one table and a
    foreign key field in another table

18
Database Models
  • The Object-Oriented Structure
  • Affords maintenance of data along with the
    applications that process them
  • Entity-Relationship Diagrams
  • Conceptual (logical) blueprint of a database
  • Graphical representation of all entity
    relationships

19
Database Models
20
Components of Database Management Systems
  • The Schema
  • Describes the structure of the database
  • Types of Data fields can hold
  • Building a Database
  • The Data Dictionary (Metadata)
  • Maintains all information supplied by the
    developer when constructing the schema

21
Components of Database Management Systems
22
Components of Database Management Systems
  • Data Definition Language (DDL)
  • Used to construct the schema

23
Components of Database Management Systems
  • Data Manipulation Language (DML)
  • Used to query the database

24
Relational Operations
  • Data Manipulation
  • Select, Project, Join

25
Relational Operations
26
Relational Operations
  • Structured Query Language (SQL)
  • International standard DDL and DML for relational
    DBMS
  • Advantages of using SQL
  • Users do not need to learn different DDLs and
    DMLs.
  • SQL can be embedded in widely used 3rd generation
    languages, increasing efficiency and
    effectiveness.
  • Programmer not forced to rewrite statements since
    SQL statements are portable.

27
Popular Database Management Systems
28
Database Architecture
  • Database Architecture refers to both the physical
    and logical layouts
  • Distributed Databases (geographically remote
    sites)
  • Replication
  • Full copy of the entire database is stored at all
    sites
  • Fragmentation
  • Parts of database are stored where they are most
    often accessed

29
Database Architecture
30
Database Architecture
31
Database Architecture
  • Shared Resource and Client/Server Systems
  • Four basic client/server models
  • Applications run at a server
  • Applications run on local PCs
  • Applications run on both the local PCs and the
    server
  • Applications and key elements of the database are
    split between the PCs and the server

32
Database Architecture
33
Web Databases
  • Databases on the Web
  • Catalogs
  • Libraries
  • Directories
  • Client lists and profiles
  • Points to consider (when linking a database to
    the Internet)
  • Which application to use
  • How to ensure Web surfers do not interfere with
    database updates
  • How to maintain security

34
Data Warehousing
  • Data warehouse
  • Collection of data that supports management
    decision making
  • From Database to Data Warehouse
  • Hardware
  • Data and Software
  • Phases in Building a Data Warehouse
  • Extraction Phase
  • Cleansing Phase
  • Loading Phase

35
Data Warehousing
36
Data Mining
  • Selecting, exploring, and modeling data to
    discover unknown relationships

37
Data-Mining
38
Knowledge Management
  • Where to find information
  • Gathering, organizing, sharing, analyzing and
    disseminating knowledge to improve an
    organizations performance
  • Transfer knowledge into databases
  • Filter and separate the most relevant knowledge
  • Organize knowledge in databases that either
  • Allow other employees to easily access the
    knowledge
  • Push specific knowledge to employees based on
    their prespecified needs

39
Ethical and Societal IssuesA Too-Risky Info
Highway
  • Out of Hand -- Out of Control
  • DBMSs allow organizations to collect, maintain,
    and sell vast amounts of private personal data
    easily.
  • The Web A Source of Data Collection
  • Many consumers provide information daily without
    being aware of it.

40
Ethical and Societal IssuesA Too-Risky Info
Highway
  • Our Finances Exposed
  • Companies sharing private financial information
    with other organizations.
  • The Upside
  • Database technology enables better and faster
    services.
  • Makes markets more competitive.
Write a Comment
User Comments (0)
About PowerShow.com