CHAPTER 5 Data and Knowledge Management. CHAPTER OUTLINE 5.1 Managing Data 5.2 Big Data 5.3 The Database Approach 5.4 Database Management Systems 5.5.

Slides:



Advertisements
Similar presentations
Data and Knowledge Management
Advertisements

C6 Databases.
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
Managing Data Resources
Data and Knowledge Management
CHAPTER 5 Data and Knowledge Management. Announcements Today Chapter 5 – Data and Knowledge Mgmt Tuesday Access Tutorial Project 1 Questions/comments.
Managing Data Resources
Chapter 3 Database Management
Copyright 2007 John Wiley & Sons, Inc. Chapter 41 Data and Knowledge Management.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Organizing Data & Information
1 Data & Database Development. 2 Data File Bit Byte Field Record File Database Entity Attribute Key field Key file management concepts include:
Mgt 20600: IT Management & Applications Databases
Mata Kuliah: M0014 / Konsep Sistem Informasi Tahun : 2008 Pertemuan Chapter 04 : Data and Knowledge Management.
CHAPTER 3 Data and Knowledge Management
Managing Data Resources
Data and Knowledge Management
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Organizing Data and Information Chapter 5.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Managing Data Resources
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
CHAPTER 5 Data and Knowledge Management. CHAPTER OUTLINE 5.1 Managing Data 5.2 The Database Approach 5.3 Database Management Systems 5.4 Data Warehouses.
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.
Copyright 2007 John Wiley & Sons, Inc. Chapter 41 Introduction to Information Systems HTM Management Information Systems College of Business Administration.
Managing Data Resources
Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources 7.1 © 2005 by Prentice Hall Managing Data Resources Chapter 7.
CHAPTER 6 Networks. CHAPTER OUTLINE 6.1 What Is a Computer Network? 6.2 Network Fundamentals 6.3 The Internet and the World Wide Web 6.4 Network Applications.
Data and Knowledge Management CHAPTER Managing Data 5.2 The Database Approach 5.3 Database Management Systems 5.4 Data Warehouses and Data Marts.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
Technology Guide 3 Data & Databases.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
7.1 Managing Data Resources Chapter 7 Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources © 2005 by Prentice Hall.
Data and Knowledge Management
Data and Knowledge Management
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
Data and Knowledge Management
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Technology Guide 3 Data & Database. Agenda Definition File processing problems Database Selection criteria.
CHAPTER 5 Data and Knowledge Management. Annual Flood of Data from….. Credit card swipes s Digital video Online TV RFID tags Blogs Digital video.
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.
Organizing Data and Information
Data and Knowledge Management CHAPTER Managing Data 5.2 The Database Approach 5.3 Database Management Systems 5.4 Data Warehouses and Data Marts.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
DATA RESOURCE MANAGEMENT
Foundations of Business Intelligence: Databases and Information Management.
0 / Database Management. 1 / Identify file maintenance techniques Discuss the terms character, field, record, and table Describe characteristics.
CHAPTER 5 Data and Knowledge Management. CHAPTER OUTLINE 5.1 Managing Data 5.2 The Database Approach 5.3 Database Management Systems 5.4 Data Warehouses.
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Principles of Information Systems, Sixth Edition Organizing Data and Information Chapter 5.
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.
Fundamentals of Information Systems, Sixth Edition Chapter 3 Database Systems, Data Centers, and Business Intelligence.
Chapter 3 Data and Knowledge Management alexmillos/Shutterstock.
6.1 © 2010 by Prentice Hall 4 Chapter Databases and Information Management Databases and Information Management.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
Managing Data Resources File Organization and databases for business information systems.
Intro to MIS – MGS351 Databases and Data Warehouses
Data Resource Management
Introduction to Information Technology
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Chapter 5 Data Resource Management.
Presentation transcript:

CHAPTER 5 Data and Knowledge Management

CHAPTER OUTLINE 5.1 Managing Data 5.2 Big Data 5.3 The Database Approach 5.4 Database Management Systems 5.5 Data Warehouses and Data Marts 5.6 Knowledge Management

LEARNING OBJECTIVES 1. Identify three common challenges in managing data, and describe one way organizations can address each challenge using data governance. 2. Name six problems that can be minimized by using the database approach. 3. Demonstrate how to interpret relationships depicted in an entity-relationship diagram. 4. Discuss at least one main advantage and one main disadvantage of relational databases.

LEARNING OBJECTIVES 5. Identify the six basic characteristics of data warehouses, and explain the advantages of data warehouses and marts to organizations. 6. Demonstrate the use of a multidimensional model to store and analyze data. 7. List two main advantages of using knowledge management, and describe the steps in the knowledge management system cycle.

5.1 Managing Data

Managing Data Difficulties in Managing Data Data Governance Master Data Management

5.2 Big Data

Defining Big Data Big Data Generally Consist of: –Traditional enterprise data –Machine-generated/sensor data –Social Data –Images captured by billions of devices located around the world

Characteristics of Big Data Volume Velocity Variety

5.3 The Database Approach

The Database Approach Database management system (DBMS) minimize the following problems: –Data redundancy –Data isolation –Data inconsistency

Data Hierarchy Bit Byte Field Record File (or table) Database

Designing the Database Data model Entity Attribute Primary key Secondary keys

Entity-Relationship Modeling Database designers plan the database design in a process called entity-relationship (ER) modeling. ER diagrams consists of entities, attributes and relationships. –Entity classes –Instance –Identifiers

5.4 Database Management Systems

Database Management Systems Database management system (DBMS) Relational database model Structured Query Language (SQL) Query by Example (QBE)

Normalization Normalization is a method for analyzing and reducing a relational database to its most streamlined form for: –Minimum redundancy –Maximum data integrity –Best processing performance Normalized data is when attributes in the table depend only on the primary key.

5.5 Data Warehousing

Data Warehousing Data warehouses and Data Marts Organized by business dimension or subject. Multidimensional. Historical. Use online analytical processing.

Benefits of Data Warehousing End users can access data quickly and easily via Web browsers because they are located in one place. End users can conduct extensive analysis with data in ways that may not have been possible before. End users have a consolidated view of organizational data.

Data Marts A data mart is a small data warehouse, designed for the end-user needs in a strategic business unit (SBU) or a department.

5.6 Knowledge Management

Knowledge Management Knowledge management (KM) Knowledge Intellectual capital (or intellectual assets)

Knowledge Management System Cycle Create knowledge Capture knowledge Refine knowledge Store knowledge Manage knowledge Disseminate knowledge

Closing Case The Problem The Solution The Results