Chapter 5 Data Resource Management. 2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so.

Slides:



Advertisements
Similar presentations
Lecture-7/ T. Nouf Almujally
Advertisements

MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Managing Data Resources
Managing Data Resources
Chapter 3 Database Management
Fundamentals of Information Systems, Second Edition 1 Organizing Data and Information Chapter 3.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
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.
Mgt 20600: IT Management & Applications Databases
Managing Data Resources
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
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.
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Managing Data Resources
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin Copyright © 2008 The McGraw-Hill Companies, Inc.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
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.
Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources 7.1 © 2005 by Prentice Hall Managing Data Resources Chapter 7.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
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.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
Data Resource Management Chapter 5 Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Case 2: Emerson and Sanofi Data stewards seek data conformity
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
McGraw-Hill/Irwin ©2008,The McGraw-Hill Companies, All Rights Reserved Chapter 5 Data Resource Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 Data Resource Management.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management
Introduction to Information Systems Lecture 05 Data Resource Management Data Concepts Database Management Types of Databases.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
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.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
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 Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
DATA RESOURCE MANAGEMENT
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
3.1 © 2006 by Prentice Hall 1 Chapter Managing Data Resources.
INFORMATION MANAGEMENT SYSTEM By. KUNDANG K JUMAN.
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5.
5-1 McGraw-Hill/Irwin Copyright © 2007 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.
Chapter : 6 Database & Information Management MIS205.
Intro to MIS – MGS351 Databases and Data Warehouses
Data Resource Management
Fundamentals & Ethics of Information Systems IS 201
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management
Databases and Data Warehouses Chapter 3
Data Resource Management
Well, Sort-of.
MANAGING DATA RESOURCES
Chapter 5 Data Resource Management.
Data Resource Management
MANAGING DATA RESOURCES
Data Resource Management
Presentation transcript:

Chapter 5 Data Resource Management

2 I. Why do organizations store data?  Data resources must be structured and organized in some logical manner so they can be accessed, processed, retrieved, and managed easily

3 Traditional File Processing Problems  1. Data Redundancy  2. Lack of data Integration  3. Data Dependence – data and programs “tightly coupled”  4. Lack of Data Integrity (Standardization)

4 II. Fundamental Data Concepts  Character – the most basic logical data element that can be observed, a single alpha or numeric or other symbol, represented by one byte  Field – a grouping of related characters, as a last name or a salary, represents an attribute of some entity General Purpose Application Programs – perform common information processing jobs for end users

5 II. Fundamental Data Concepts  Record – a grouping of attributes that describe an entity  File – a group of related data records  Database – a collection of logically related data elements

6 II. Fundamental Data Concepts

7 III. Database Structures (Models)  Hierarchical Structure – treelike structure of one- to-many parent-child relationships (each child can have only one parent)  Network Structure – similar to hierarchical but allows many-to-many relationships (a child record can have more than one parent)  Relational Structure – the most widely used database model today; data is represented as a series of two-dimensional tables called Relations; each column is a named attribute of the entity, each row is an unnamed instance of that entity

8 IV. Database Development  Database Administrator (DBA) – controls development and administration of the database  Data Definition Language (DDL) – used to specify the contents, relationships, and structure of the database  Data Dictionary – directory containing the metadata  Metadata – data about the data

9 I. Data Resource Management Types of Databases Used by Organizations and End-Users

10 II. Types of Databases  Operational Databases – store detailed data to support business processes and operations  Distributed Databases – many organizations distribute their databases over multiple locations  Replication – complex process of updating distributed data  Duplication – simplified method of updating distributed data

11 II. Types of Databases  External Databases – outside the firm, free or fee-based  Hypermedia Databases – hyperlinked pages of multimedia

12 Data Warehouses/Data Mart and Data Mining

13 III. Data Warehouses and Data Mining  Data Warehouse – stores data extracted from other databases  Data Mart – subset of a data warehouse focusing on a single topic, customer, product, etc.  Data Mining – analyzing a data warehouse to reveal hidden patterns and trends

14 III. Data Warehouses and Data Mining Components of a Data Warehouse System

15 Natural Language versus SQL

16 Graphical Query Source: Courtesy of Microsoft Corp.

17 IV. Database Development Entity Relationship Diagram (without details)

18 Relational Database Structure

ERDs to create in class Supplier (Manufacturer, Products) Registration System (Student, Course, Registration) Appointment (Doctor, Patient, Appointment) Bank (Customer, Account, Transaction) Library (Borrower, Checkout, Book)