Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005.

Slides:



Advertisements
Similar presentations
Relational Database and Data Modeling
Advertisements

C6 Databases.
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.
Managing Data Resources
© Copyright 2011 John Wiley & Sons, Inc.
Chapter Chapter 13-2 Chapter 13 Data Modeling Introduction An Overview of Databases Steps in Creating a Database Using Rea Creating Database Tables.
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:
Introduction to Databases Transparencies
Information Technology in Organizations
Chapter 5 The Relational Database Model: Introduction
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.
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 Relational Databases Copyright © 2012 Pearson Education 4-1.
Introduction to Databases
LECTURE 2 DATABASE SYSTEM CONCEPTS AND ARCHITECTURE.
Chapter 6 The Relational Database Model: Additional Concepts
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2007 (Week 3, Tuesday 9/4/2007)
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.
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.
Fundamentals of Database Management Systems, 2nd ed
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
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.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
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)…
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
Core Concepts of ACCOUNTING INFORMATION SYSTEMS Moscove, Simkin & Bagranoff John Wiley & Sons, Inc. Developed by: Marianne Bradford, Ph.D. Bryant College.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
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.
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.
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
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.
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.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
Introduction to Database Changes and new experience make life delightful. Unanimous.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
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.
ACCOUNTING INFORMATION SYSTEMS
Intro to MIS – MGS351 Databases and Data Warehouses
Systems Analysis and Design
Introduction to Information Technology
Chapter 4 Relational Databases
MANAGING DATA RESOURCES
MANAGING DATA RESOURCES
ACCOUNTING INFORMATION SYSTEMS
Presentation transcript:

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Managing Organizational Data and Information

“ Copyright 2005 John Wiley & Sons Inc.” TG 33 Chapter Outline Basics of Data Arrangement and Access The Traditional File Environment Databases: The Modern Approach Database Management Systems Logical Data Models

“ Copyright 2005 John Wiley & Sons Inc.” TG 34 Learning Objectives Discuss traditional data file organization and its problems. Explain how a database approach overcomes the problems associated with the traditional file environment. Describe the three most common data models.

“ Copyright 2005 John Wiley & Sons Inc.” TG 35 The Data Hierarchy: A bit (binary digit) represents the smallest unit of data a computer can process (a 0 or a 1); a byte, represents a single character, which can be a letter, a number, or a symbol. Field: A logical grouping of characters into a word, a small group of words, or a complete number. Record: A logical grouping of related fields. File: A logical grouping of related records. Database: A logical grouping of related files. TG3.1 BASICS OF DATA ARRANGEMENT AND ACCESS

“ Copyright 2005 John Wiley & Sons Inc.” TG 36 Entity: A person, place, thing, or event about which information is maintained in a record. Attribute: Each characteristic or quality describing a particular. Primary key: The identifier field that uniquely identifies a record. Secondary key: An identifier field that has some identifying information, but typically does not identify the file with complete accuracy. BASICS OF DATA cont…

“ Copyright 2005 John Wiley & Sons Inc.” TG 37 A data file is a collection of logically related records. In the traditional file management environment, each application has a specific data file related to it, containing all the data records needed by the application TG3.2 THE TRADITIONAL FILE ENVIRONMENT

“ Copyright 2005 John Wiley & Sons Inc.” TG 38  Data redundancy  Data inconsistency  Data isolation  Data security  Data integrity  Application/data independence Problems With the Data File Approach

“ Copyright 2005 John Wiley & Sons Inc.” TG 39 TG3.3 DATABASES: THE MODERN APPROACH Database. A logical group of related files that stores data and the associations among them.

“ Copyright 2005 John Wiley & Sons Inc.” TG 310 To create a database, designers must develop a conceptual design and a physical design Conceptual design: An abstract model of a database from the user or business perspective. Physical design: Layout that shows how a database is actually arranged on storage devices. Creating the Database

“ Copyright 2005 John Wiley & Sons Inc.” TG 311 Entity-relationship modeling: The process of designing a database by organizing data entities to be used and identifying the relationships among them. Entity-relationship (ER) diagram: Document that shows data entities and attributes and relationships among them. Entity classes: A grouping of entities of a given type. Instance: A particular entity within an entity class.

“ Copyright 2005 John Wiley & Sons Inc.” TG 312 Identifier: An attribute that identifies an entity instance. Relationships: The conceptual linking of entities in a database. The number of entities in a relationship is the degree of the relationship. Relationships between two items are common and are called binary relationships.

“ Copyright 2005 John Wiley & Sons Inc.” TG 313 There are three types of binary relationships: In a 1:1 (one-to-one) relationship, a single-entity instance of one type is related to a single-entity instance of another type. In a 1: M (one-to-many) relationship, a single- entity instance of one type is related to many- entity instance of another type. In a M:M (many-to-many) relationship, a single- entity instance of one type is related to many- entity of another type and vice versa.

“ Copyright 2005 John Wiley & Sons Inc.” TG 314 Entity- relationship diagram model

“ Copyright 2005 John Wiley & Sons Inc.” TG 315 Normalization A method for analyzing and reducing a relational database to its most streamlined form for minimum redundancy, maximum data integrity, and best processing performance

“ Copyright 2005 John Wiley & Sons Inc.” TG 316 Non-normalized relation

“ Copyright 2005 John Wiley & Sons Inc.” TG 317 Normalized relation

“ Copyright 2005 John Wiley & Sons Inc.” TG 318 Database management system (DBMS): The software program (or group of programs) that provides access to a database. TG3.4 DATABASE MANAGEMENT SYSTEMS

“ Copyright 2005 John Wiley & Sons Inc.” TG 319 Physical view: The plan for the actual, physical arrangement and location of data in the direct access storage devices (DASDs) of a database management system. Logical view: The user’s view of the data and the software programs that process that data in a database management system. Logical versus Physical View

“ Copyright 2005 John Wiley & Sons Inc.” TG 320 DBMS Components Data model: Definition of the way data in a DBMS are conceptually structured. Data definition language (DDL): Set of statements that describe a database structure (all record types and data set types). 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.

“ Copyright 2005 John Wiley & Sons Inc.” TG 321 Data manipulation language (DML): Instructions used with higher-level programming languages to query the contents of the database, store or update information, and develop database applications. Structured query language (SQL): Popular relational database language that enables users to perform complicated searches with relatively simple instructions.

“ Copyright 2005 John Wiley & Sons Inc.” TG 322 query by example (QBE): Database language that enables the user to fill out a grid (form) to construct a sample or description of the data wanted. data dictionary Collection: definitions of data elements, data characteristics that use the data elements, and the individuals, business functions, applications, and reports that use this data element.

“ Copyright 2005 John Wiley & Sons Inc.” TG 323 The three most common data models are hierarchical, network, and relational. Other types of data models include multidimensional, object-relational, hypermedia, embedded, and virtual Hierarchical and network DBMSs: usually tie related data together through linked lists. Relational and multidimensional DBMSs relate data through information contained in the data. TG3.5 LOGICAL DATA MODELS

“ Copyright 2005 John Wiley & Sons Inc.” TG 324 Hierarchical database model rigidly structures data into an inverted “tree” in which each record contains two elements, a single root or master field, often called a key, and a variable number of subordinate fields. The strongest advantage of the hierarchical database approach is the speed and efficiency with which it can be searched for data. The hierarchical model does have problems: Access to data in this model is predefined by the database administrator before the programs that access the data are written. Programmers must follow the hierarchy established by the data structure. Hierarchical Database Model

“ Copyright 2005 John Wiley & Sons Inc.” TG 325 Hierarchical Database model

“ Copyright 2005 John Wiley & Sons Inc.” TG 326 Data model that creates relationships among data in which subordinate records can be linked to more than one data element. Network Database Model

“ Copyright 2005 John Wiley & Sons Inc.” TG 327 Data model based on the simple concept of tables in order to capitalize on characteristics of rows and columns of data. Relations: The tables of rows and columns used in a relational database. Tuple: A row of data in the relational database model. Attribute: A column of data in the relational database model. Relational Database Model

“ Copyright 2005 John Wiley & Sons Inc.” TG 328 “Select” operation: creates a subset consisting of all file records that meet stated criteria. “Join” operation: combines relational tables. “Project” operation: creates a subset consisting of columns in a table, permitting the user to create new tables that contain only the information required. Three basic operations of a relational database:

“ Copyright 2005 John Wiley & Sons Inc.” TG 329 Advantages and Disadvantages of Logical Data Models ModelAdvantagesDisadvantages Hierarchical databaseSearching is fast and efficient.Access to data is predefined by exclusively hierarchical relationships, predetermined by administrator. Limited search/query flexibility. Not all data are naturally hierarchical. NetworkMany more relationships can be defined. There is greater speed and efficiency than with relational database models. This is the most complicated database model to design, Implement, and maintain.Greater query flexibility than withhierarchical model, but less than with relational model. Relational databaseConceptual simplicity; there are no predefined relationships among data. High flexibility in ad- hoc querying. New data and records can be added easily. Processing efficiency and speed are lower. Data redundancy is common, requiring additional maintenance.

“ Copyright 2005 John Wiley & Sons Inc.” TG 330 Emerging Data Models Two emerging data models are the object- relational and hypermedia models Object-relational database model: Data model that adds new object storage capabilities to relational databases. Hypermedia database model: Data model that stores chunks of information in nodes that can contain data in a variety of media; users can branch to related data in any kind of relationship.

“ Copyright 2005 John Wiley & Sons Inc.” TG 331 Specialized Database Models Geographical information database: Data model that contains locational data for overlaying on maps or images. Knowledge database: Data model that can store decision rules that can be used for expert decision making.

“ Copyright 2005 John Wiley & Sons Inc.” TG 332 Small-footprint database: The subset of a larger database provided for field workers. Embedded database: A database built into devices or into applications; designed to be self-sufficient and to require little or no administration. Virtual database: A database that consists only of software; manages data that can physically reside anywhere on the network and in a variety of formats.

“ Copyright 2005 John Wiley & Sons Inc.” TG 333 All rights reserved. Reproduction or translation of this work beyond that permitted in section 117 of the United States Copyright Act without express permission of the copyright owner is unlawful. Request for information should be addressed to the permission department, John Wiley & Sons, Inc. The purchaser may make back-up copies for his/her own use only and not for distribution or resale. The publisher assumes no responsibility for error, omissions, or damages caused by the use of these programs or from the use of the information herein.