Data Resource Management

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Lecture-7/ T. Nouf Almujally
Managing Data Resources
Chapter 3 Database Management
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.
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.
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.
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.
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
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
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.
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.
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
Foundations of Business Intelligence: Databases and Information Management.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
INFORMATION MANAGEMENT SYSTEM By. KUNDANG K JUMAN.
Chapter 5 Data Resource Management James A. O'Brien, and George Marakas. Management Information Systems with MISource 2007, 8 th ed. Boston, MA: McGraw-Hill,
Data Resource Management Chapter 5 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
INTRODUCTION TO INFORMATION SYSTEMS LECTURE 9: DATABASE FEATURES, FUNCTIONS AND ARCHITECTURES PART (2) أ/ غدير عاشور 1.
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.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Data Resource Management
Intro to MIS – MGS351 Databases and Data Warehouses
Data Resource Management
Fundamentals of Information Systems, Sixth Edition
Chapter 3 Data Resource Management.
Fundamentals & Ethics of Information Systems IS 201
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
Databases and Data Warehouses Chapter 3
Data Resource Management
Well, Sort-of.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
MANAGING DATA RESOURCES
Chapter 5 Data Resource Management.
Data Resource Management
MANAGING DATA RESOURCES
Data Resource Management
Databases and Information Management
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Data Resource Management
Chapter 3 Database Management
Presentation transcript:

Data Resource Management Chapter 5 Data Resource Management

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

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)

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

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

II. Fundamental Data Concepts

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

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

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

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

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

Data Warehouses/Data Mart and Data Mining

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

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

Natural Language versus SQL

Source: Courtesy of Microsoft Corp. Graphical Query Source: Courtesy of Microsoft Corp.

IV. Database Development Entity Relationship Diagram (without details)

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)