Figure 5.1 Hierarchy of data for a computer-based file.

Slides:



Advertisements
Similar presentations
Chapter 1: The Database Environment
Advertisements

C6 Databases.
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Database Theory Why use database? Data is a valuable corporate resource which needs adequate accuracy, consistency and security controls. The centralized.
P449. p450 Figure 15-1 p451 Figure 15-2 p453 Figure 15-2a p453.
Managing Data Resources
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:
Managing data Resources:
Managing Data Resources
Managing Data Resources
Chapter # 04Information and Databases Information and Database.
Chapter 1 An Overview of Database Management. 1-2 Topics in this Chapter What is a Database System? What is a Database? Why Database? Data Independence.
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
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.
Chapter 4 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
Managing Data Resources
DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 2-1 David M. Kroenke’s Chapter One: Why DB? Database Processing: Fundamentals,
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.
1 California State University, Fullerton Chapter 7 Information System Data Management.
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.
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.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
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.
Architecture for a Database System
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.
Data and Knowledge Management
Databases MGMT Summer 2012 Night #4, Lecture Part 1 Based on textbook Chapter 6.
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
Organizing Data and Information. What is Data?? Numbers, characters, images, or other method of recording, in a form which can be assessed by a human.
MANAGING DATA DATARESOURCES Chapter. 7.2 File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1)Bit: Smallest unit.
What is a Database? SECTION 1. Database Technology and its Evolution Decades long evolution Early data processing systems Today's systems New technology.
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.
CIS 210 Systems Analysis and Development Week 6 Part II Designing Databases,
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.
Chapter One (Database System) Objectives Introduction to Database Management Systems (DBMS) Data and Information History of DB Types of DB.
Data resource management
Database Fundamentals CSC105 Furman University Peggy Batchelor.
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.
Managing Data Resources Lecture 5 Managing Data Resources Lecture 5.
History of Implementation Data Models. Databases were: Early Business Computer Systems –Accounting functions - payroll, profit/loss statements Files of.
SYS364 Database Design Continued. Database Design Definitions Initial ERD’s Normalization of data Final ERD’s Database Management Database Models File.
Foundations of Business Intelligence: Databases and Information Management.
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
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
3-1 Modeling Basic Entities DBMS Create Sort Search Addition Deletion Modification Create Sort Search Addition Deletion Modification DBMS is a Software.
3.1 © 2006 by Prentice Hall 1 Chapter Managing Data Resources.
CSCI-235 Micro-Computers in Science Databases. Database Concepts Data is any unorganized text, graphics, sounds, or videos A database is a collection.
Managing Data Resources File Organization and databases for business information systems.
Managing Data Resources
Intro to MIS – MGS351 Databases and Data Warehouses
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Managing data Resources:
IST 318 Database Administration
Chapter 1: The Database Environment
The Database Environment
Presentation transcript:

Figure 5.1 Hierarchy of data for a computer-based file.

Figure 5.2 Indexed sequential access method.

Figure 5.3 Computer based files in the traditional file environment cause problems such as redundancy due to partial or full duplication, inconsistency across files, and data isolation.

Figure 5.4 Database Management System (DBMS) provides access to all data in the database.

Figure 5.5 (a) Centralized database

Figure 5.5 (b) Distributed database with complete or partial copies of the central database in more than one location.

Figure 5.6 Entity-Relationship model

Figure 5.7 Non-normalized relation

Figure 5.8 Normalized relation

Figure 5.9 Hierarchical database model

Figure 5.10 Network database model

Figure 5.11 Table of relational database model

Figure 5.12 Data warehouse framework and views [Source: and Data Management Strategies, Cutter Information Operations, February 1999.]

Figure 5.13 Relational databases

Figure 5.14 Multidimensional databases

Figure 5.15 Equivalence between relational and multidimensional databases

Figure 5.15 (Continued)