Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.

Slides:



Advertisements
Similar presentations
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
Advertisements

Lecture-7/ T. Nouf Almujally
Management Information Systems, Sixth Edition
Management Information Systems, Sixth Edition
Managing Data Resources
Chapter 2 Database Environment.
Chapter 3 Database Management
Database Software File Management Systems Database Management Systems.
1 Basic DB Terms Data: Meaningful facts, text, graphics, images, sound, video segments –A collection of individual responses from a marketing research.
File Systems and Databases
Database Management: Getting Data Together Chapter 14.
Organizing Data & Information
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
1 9 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 9 Database Management Approaches.
Introduction to Databases Transparencies
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Introduction to Database Management
Managing Data Resources
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
Chapter 4 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
Database Environment 1.  Purpose of three-level database architecture.  Contents of external, conceptual, and internal levels.  Purpose of external/conceptual.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Information storage: Introduction of database 10/7/2004 Xiangming Mu.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
CSC271 Database Systems Lecture # 4.
Fundamentals of Information Systems, Fifth Edition
Database System Concepts and Architecture
Management Information Systems By Effy Oz & Andy Jones
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
311: Management Information Systems Database Systems Chapter 3.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Lecture2: Database Environment Prepared by L. Nouf Almujally 1 Ref. Chapter2 Lecture2.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Chapter 5 Data Resource Management. 2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Chapter 8 Data and Knowledge Management. 2 Learning Objectives When you finish this chapter, you will  Know the difference between traditional file organization.
Data resource management
1 Chapter 1 Introduction to Databases Transparencies.
Managing Data Resources. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Chapter 2 Database Environment.
Introduction to Databases Angela Clark University of South Alabama.
Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Chapter 3: Relational Databases
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
Managing Data Resources File Organization and databases for business information systems.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Intro to MIS – MGS351 Databases and Data Warehouses
Introduction to Information Technology
Data Resource Management
Databases and Data Warehouses Chapter 3
Data, Databases, and DBMSs
MANAGING DATA RESOURCES
MANAGING DATA RESOURCES
Presentation transcript:

Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management

Management Information Systems, 4 th Edition 2 Managing Digital Data The Traditional File Approach –Disadvantages Program/Data Dependency Data Redundancy Data Integrity Moving to Databases –Database Management System (DBMS) Queries: Request data from specified fields Security: Giving users different views addresses security issue

Management Information Systems, 4 th Edition 3 Managing Digital Data (Cont)

Management Information Systems, 4 th Edition 4 Managing Digital Data (Cont.)

Management Information Systems, 4 th Edition 5 Traditional Files vs. Databases: Pros and Cons Traditional File Advantages –Simplicity –Efficiency –Customization Database Advantages –Reduced data redundancy –Application/data independence –Better control –Flexibility

Management Information Systems, 4 th Edition 6 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

Management Information Systems, 4 th Edition 7 The Hierarchical Model

Management Information Systems, 4 th Edition 8 The Network Model Allows a record to be linked to more than one parent Supports many-to-many relationships Advantage of the network model –Reduced data redundancy Disadvantages of the network model –Complicated to build and difficult to maintain –Difficult to maintain and navigate

Management Information Systems, 4 th Edition 9 The Network Model (Cont.)

Management Information Systems, 4 th Edition 10 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

Management Information Systems, 4 th Edition 11 The Relational Model (Cont.)

Management Information Systems, 4 th Edition 12 The Object-Oriented Structure Useful for data and information that cannot be organized into fields Does not store records, but data objects Advantages include ability to represent data dynamically Disadvantages include dependence between applications and data

Management Information Systems, 4 th Edition 13 Components of Database Management Systems The Schema –Describes the structure of the database The Data Dictionary (Metadata) –Maintains all information supplied by the developer when constructing the schema

Management Information Systems, 4 th Edition 14 Relational Databases: Design and Keys Data Modeling –Analyzing data and identifying relationships –Entity Relationship (ER) Diagram, a graphical representation of all entity relationships –Understand symbols when reviewing a diagram –Key: a field whose value identify records Primary Key Linking

Management Information Systems, 4 th Edition 15 Relational Databases: Design and Keys (Cont.)

Management Information Systems, 4 th Edition 16 Relational Databases: Design and Keys (Cont.)

Management Information Systems, 4 th Edition 17 The Schema –Describes the structure of the db Names, types of fields, general relationships –Types of data Numeric, alphanumeric, graphic, time-related –Building a Database Components of Database Management Systems

Management Information Systems, 4 th Edition 18 Components of Database Management Systems (Cont.)

Management Information Systems, 4 th Edition 19 All information supplied by db developer in the schema is maintained here –Table names –Record names and types –Field names and types –Relationships among record types –Who is responsible for updating the db The Data Dictionary

Management Information Systems, 4 th Edition 20 The Data Dictionary (Cont.)

Management Information Systems, 4 th Edition 21 Data Definition Language (DDL) Used to construct the schema Usually transparent to user of modern relational DBMS

Management Information Systems, 4 th Edition 22 Data Manipulation Language (DML) Software used to query the database Either enter a statement requesting information, or a Query by Example (QBE) Programmers use this for developing applications

Management Information Systems, 4 th Edition 23 Data Manipulation Language (DML)

Management Information Systems, 4 th Edition 24 Relational Operations Data Manipulation –Select, Project, Join Structured Query Language (SQL) –International standard DDL and DML for relational DBMS

Management Information Systems, 4 th Edition 25 SQL (cont.) –Advantages –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. Relational Operations (Cont.)

Management Information Systems, 4 th Edition 26 Database Architecture Distributed Databases –Replication Full copy of the entire database is stored at all sites –Fragmentation Parts of database are stored where they are most often accessed

Management Information Systems, 4 th Edition 27 Database Architecture (Cont.)

Management Information Systems, 4 th Edition 28 Database Architecture (Cont.)

Management Information Systems, 4 th Edition 29 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

Management Information Systems, 4 th Edition 30 Databases on the Web Catalogs Libraries of books, articles, CDs, and movie clips Directories Client lists and profiles Package tracking Customer relationship management Financial transactions databases

Management Information Systems, 4 th Edition 31 Points to Consider Which application to use How to ensure Web surfers do not interfere with database updates How to maintain security Databases on the Web (Cont.)

Management Information Systems, 4 th Edition 32 Data Warehousing Data warehouse: a collection of data that supports management decision making Data Mart: smaller collection of data focusing on a particular subject or department

Management Information Systems, 4 th Edition 33 From Database to Data Warehouse –Transactional db usually not suitable for analysis because they contain current, not historical data –Hardware must meet capacity needs –Data and software and scalability must be considered Data Warehousing (Cont.)

Management Information Systems, 4 th Edition 34 Extraction Phase –Builders create the files from transactional db and save on server Cleansing Phase –Data is made consistent Loading Phase –Builders transfer files to data warehouse database Phases in Building a Data Warehouse

Management Information Systems, 4 th Edition 35 Data Mining and Online Analysis Data mining –Sequence or path analysis –Classification –Clustering –Forecasting

Management Information Systems, 4 th Edition 36 Data Mining and Online Analysis (Cont.)