Technology Guide 3 Data and Database T3-1. IT for Management Prof. Efraim Turban T3-2 File Management Hierarchy of data for a computer-based file Record.

Slides:



Advertisements
Similar presentations
Relational Database and Data Modeling
Advertisements

Technology Guide 2 Software
C6 Databases.
Database Systems: Design, Implementation, and Management Tenth Edition
Lecture-7/ T. Nouf Almujally
Relational Databases Chapter 4.
Managing Data Resources
© Copyright 2011 John Wiley & Sons, Inc.
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
Chapter Chapter 13-2 Chapter 13 Data Modeling Introduction An Overview of Databases Steps in Creating a Database Using Rea Creating Database Tables.
PowerPoint Presentation for Dennis, Wixom & Tegarden Systems Analysis and Design Copyright 2001 © John Wiley & Sons, Inc. All rights reserved. Slide 1.
Chapter 14 Organizing and Manipulating the Data in Databases
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:
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:
Introduction to Database Management
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Chapter 3: Data Modeling
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
9-1 Supporting Management and Decision Making 9-2 The Managers and Decision Making The Manager’s job Manager decisions and computerized support Modeling.
12-1 Planning for Information Technology and Systems.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
2-1 Information Technologies Concepts and Management.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Fundamentals of Information Systems, Fifth Edition
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
Technology Guide 3 Data & Databases.
Introduction to Information Technology, 2 nd Edition Turban, Rainer & Potter © 2003 John Wiley & Sons, Inc. 5-1 Introduction to Information Technology.
Introduction to Information Technology, 2 nd Edition Turban, Rainer & Potter © 2003 John Wiley & Sons, Inc. 5-1 Introduction to Information Technology.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Chapter 4: Organizing and Manipulating the Data in 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.
Technology Guide 31 Information Technology For Management 4 th Edition Turban, McLean, Wetherbe Lecture Slides by A. Lekacos, Stony Brook University John.
311: Management Information Systems Database Systems Chapter 3.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design Copyright 2000 © John Wiley & Sons, Inc. All rights reserved. Slide 1 Systems.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
Chapter Chapter 13-2 Accounting Information Systems, 1 st Edition Data and Databases.
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.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff John Wiley & Sons, Inc. Developed by: Marianne Bradford, Ph.D. Bryant College.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
DataBase Management System What is DBMS Purpose of DBMS Data Abstraction Data Definition Language Data Manipulation Language Data Models Data Keys Relationships.
Technology Guide 3 Data & Database. Agenda Definition File processing problems Database Selection criteria.
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.
Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff John Wiley & Sons, Inc. Developed by: S. Bhattacharya, Ph.D. Florida Atlantic.
Chapter 4-1. Chapter 4-2 Chapter 4: Data Modeling Introduction An Overview of Databases Steps in Creating a Database Using REA Creating Database Tables.
Data resource management
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.
Chapter 5-1. Chapter 5-2 Chapter 5: Organizing and Manipulating the Data in Databases Introduction Normalization Validating the Data in Databases Extracting.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
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.
ACCOUNTING INFORMATION SYSTEMS
Intro to MIS – MGS351 Databases and Data Warehouses
Systems Analysis and Design
Physical Changes That Don’t Change the Logical Design
Introduction to Information Technology
Chapter 4 Relational Databases
MANAGING DATA RESOURCES
Managing data Resources:
Managing data Resources:
Systems Analysis and Design
Data Model.
ACCOUNTING INFORMATION SYSTEMS
Presentation transcript:

Technology Guide 3 Data and Database T3-1

IT for Management Prof. Efraim Turban T3-2 File Management Hierarchy of data for a computer-based file Record Field Byte Bit Record Field Byte Bit File Database File

IT for Management Prof. Efraim Turban T3-3 File Management Entity –a person, place, thing, or event on which we maintain information Attribute –characteristic or quality describing a particular entity –corresponds to a field Key Field –a file that uniquely identifies that record –an identified filed

IT for Management Prof. Efraim Turban T3-4 Accessing Records from Computer Files Sequential File Organization –data records must be retrieved in the same physical sequence in which they are stored –magnetic tape Direct or Random File Organization –Users can access records in an sequence, without regard to actual physical order on the storage medium –magnetic disks

IT for Management Prof. Efraim Turban T3-5 Problems Arising from the Environment Data Redundancy : the same piece of information could be duplicated in several files Data Inconsistency : the actual values across various copies of the data no longer agree Data Isolation : data files are organized differently, stored in different formats, and often physically inaccessible to other applications Security : new application may be added to the system on an ad hoc basis Data Integrity : data values must often meet integrity constraints Application/Data Independence : application should not have to be developed with regard to how the data are stored

IT for Management Prof. Efraim Turban T3-6 Database and Database Management Systems Database –an organized logical grouping of related files –no data redundancy, data isolation, and data inconsistency Database Management Systems (DBMS) –a program that provides access to a database –permits an organization to centralize data, manage them efficiently, and provide access to the stored data by application programs

IT for Management Prof. Efraim Turban T3-7 Specialized Database Geographical Information Database –contains locational data for overlaying on maps or images Knowledge Database –stores decision rules used to evaluate situations and helps users make decisions like an expert Multimedia Database –Stores data on many media – sounds, video, images, graphic animation, and text

IT for Management Prof. Efraim Turban T3-8 Data Definition Language (DDL) Schema –the logical description of the entire database and the listing of all the data items and the relationships among them Subschema –the specific set of data from the database that is required by each application

IT for Management Prof. Efraim Turban T3-9 Data Manipulation language (DML) Structured Query Language (SQL) –combines both DML and DDL features –offers the ability to perform complicated searches with relatively simple statements Query-by-example (QBE) –allows users to select a table and chooses the fields to be included in the answer as the example he provided

IT for Management Prof. Efraim Turban T3-10 Data Dictionary Data dictionary is a file that stores definitions of data elements and data characteristics such as usage, physical representation, ownership, authorization, and security

IT for Management Prof. Efraim Turban T3-11 Hierarchical Database Model It relates data by rigidly structuring data into an inverted “tree” A single root or master field (Key) –identifies the type location, or ordering of the records A variable number of subordinate fields –defines the rest of the data within a record

IT for Management Prof. Efraim Turban T3-12 Network Database Model It creates relationships among data through a linked-list structure in which subordinated records can be linked to more than one parent Pointers –link subordinates and parents –storage addresses that contain the location of the related record

IT for Management Prof. Efraim Turban T3-13 Relational Database Model It is based on the simple concept of tables in order to capitalize on characteristics of rows and columns of data, which is consistent with real-world business situations Relations : table Record : row of data Field : column of data Object-relational Database Systems

IT for Management Prof. Efraim Turban T3-14 Creating Database Conceptual Design –an abstract model of the database from the user or business perspective –Describes how the data elements in the database are to be grouped Physical Design –shows how the database is actually arranges on direct access storage devices

IT for Management Prof. Efraim Turban T3-15 Entity-relationship Modeling Entity is something that can be identified in the users’ work environment Instance of an entity is the representation of a particular entity Attributes describe the entity’s characteristics Identifiers are attributes that identify entity instances Relationships can include many entities

IT for Management Prof. Efraim Turban T3-16 Entity-Relationship Diagram Table Class Student Professor Name ID Number Major Departmet Class Taught Name Attribute EntityRelationship 1:N One to many

IT for Management Prof. Efraim Turban T3-17 Normalization of Relational Databases Functional Dependency –a relationship between or among attributes, where, given the value of one attribute, we can obtain the value of another attribute

IT for Management Prof. Efraim Turban T3-18 Emerging Database Models Multimedia Database : an additional database that enables end users to quickly retrieve and present completes data that involve many dimensions Deductive Databases Object-oriented Database : used for OO programming Multimedia and Hypermedia Database : analogous to textual and numeric data

IT for Management Prof. Efraim Turban T3-19 Data Warehouses It is an additional database that is designed to support DSS, EIS, online analytical process (OLAP), and other end-user activities. It can provide an “executive view” of data and a unified corporate picture to the end- users by combining the data from many operational systems and incompatible databases without affecting the performance of the running operational systems

IT for Management Prof. Efraim Turban T3-20 Database Topology Centralized Database has all the related files in one physical location Distributed Database has complete copies of a database, or portions of a database, in more than one locations Replicated Database has complete copies of the entire database in several locations Partitioned Database is subdivided, so that each location has a portion of the entire database

IT for Management Prof. Efraim Turban T3-21 Physical vs. Logical Data View Physical View –deals with the actual, physical arrangement and location of data in the direct access storage devices (DASD) Logical View –represents data in a format that is meaningful to a user and to the software programs that process that data

IT for Management Prof. Efraim Turban T3-22 Database Management Database Design Database Implementation Database Administrators –responsible for ensuring that the database fulfills that user’s business needs, in terms of functionality s well for the data itself

Copyright  2001 John Wiley & Sons, Incorporated. All rights reserved. Reproduction or translation of this work beyond that permitted in Section 117 of the 1976 United States Copyright Act without the express written permission of the copyright owner in unlawful. Request for further information should be addressed to the Permissions Department, John Wiley & Son, Inc. Adopters of the textbook are granted permission to make back-up copies for his/her own use only, to make copies for distribution to student of the course the textbook is used in, and to modify this material to best suit their instructional needs. Under no circumstances can copies be made for resale. The publisher assumes no responsibility for errors, omissions, or damages, caused by the use of these programs or from the use of the information contained herein. IT for Management Prof. Efraim Turban 6-23