ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Introduction to Databases
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Management Information Systems, Sixth Edition
Managing Data Resources
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
7.1 © 2004 by Prentice Hall Management Information Systems 8/e Chapter 7 Managing Data Resources 7 7 MANAGING DATA DATARESOURCES Chapter.
Managing Data Resources
File Systems and Databases
7.1 © 2006 by Prentice Hall 7 Chapter Managing Data Resources.
Organizing Data & Information
Managing data Resources:
Managing Data Resources
Managing Data Resources
Chapter 8 Managing Data Resources. Chapter 82 Managing Data Resources 8.1 Organizing Data in a Traditional File Environment –An effective information.
Information Technology in Organizations
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.
Managing Data Resources
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.
Database Management Last Update Copyright Kenneth M. Chipps Ph.D. 1.
7.1 Copyright © 2005 Pearson Education Canada Inc. Management Information Systems, Second Canadian Edition Chapter 7: Managing Data Resources MANAGING.
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
Week 1 Lecture MSCD 600 Database Architecture Samuel ConnSamuel Conn, Asst. Professor Suggestions for using the Lecture Slides.
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.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
Managing Data Resources
Essentials of Management Information Systems, 6e Chapter 7 Managing Data Resources 7.1 © 2005 by Prentice Hall Managing Data Resources 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.
7.1 © 2004 by Prentice Hall Management Information Systems 8/e Chapter 7 Managing Data Resources 7 7 MANAGING DATA DATARESOURCES Chapter.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
7.1 Copyright © 2005 Pearson Education Canada Inc. Management Information Systems, Second Canadian Edition Chapter 7: Managing Data Resources MANAGING.
7.1 © 2003 by Prentice Hall 7 7 MANAGING DATA DATARESOURCES Chapter.
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.
MANAGING DATA DATARESOURCES Chapter. 7.2 File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1)Bit: Smallest unit.
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.
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.
7.1 © 2004 by Prentice Hall MANAGING ORGANIZATIONAL DATA AND INFORMATION MODULE-2 (IT INFRASTRUCTURE): UNIT-5.
Data resource management
Managing Data Resources File Organization and databases.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
7.1 © 2006 by Prentice Hall Managing Data Resources Md. Rashedul Hasan.
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.
Foundations of Business Intelligence: Databases and Information Management.
Chapter 6.  Problems of managing Data Resources in a Traditional File Environment  Effective IS provides user with Accurate, timely and relevant information.
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
6-1 Copyright © 2013 Pearson Canada Inc. Databases and Information Management CHAPTER SIX.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
3.1 © 2006 by Prentice Hall 1 Chapter Managing Data Resources.
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Data Resource Management Lecture 8. Traditional File Processing Data are organized, stored, and processed in independent files of data records In traditional.
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.
Managing Data Resources
Intro to MIS – MGS351 Databases and Data Warehouses
Databases and Information Management
Databases and Data Warehouses Chapter 3
MANAGING DATA RESOURCES
Managing data Resources:
MANAGING DATA RESOURCES
Presentation transcript:

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits that represents a single character Field: Group of words or a complete number

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT File Organization Terms and Concepts Record: Group of related fields File: Group of records of same type Database: Group of related files

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT Data Hierarchy in a Computer System Figure 7-1

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT File Organization Terms and Concepts Entity: Person, place, thing, event about which information is maintained Attribute: Description of a particular entity Key field: Identifier field used to retrieve, update, sort a record

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT Entitities and Attributes Figure 7-2

ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT Traditional File Processing Figure 7-3

Program-Data dependence Lack of flexibility Poor security ORGANIZING DATA IN A TRADITIONAL FILE ENVIRONMENT Problems with the Traditional File Environment Data redundancy Program-Data dependence Lack of flexibility Poor security Lack of data-sharing and availability

DATA REDUNDANCY The presence of duplicate data in multiple data files Different functions collect the same information independently May have different meanings in different parts of the organisation

Data Redundancy 7

Data Redundancy Staff_Branch relation has redundant data; the details of a branch are repeated for every member of staff. In contrast, the branch information appears only once for each branch in the Branch relation and only the branch number (Branch_No) is repeated in the Staff relation, to represent where each member of staff is located. 8

Program Data Dependence The tight relationship between data stored in files and the specific programs required to update and maintain those files Every program must describe the nature In traditional file environment any changes to data requires a change in all programs that access the data A change in tax rates for example !!

Lack of Flexibility Traditional File system can deliver routine scheduled reports after a significant programming efforts An ad hoc/ unanticipated request for information, would require a lot of time The information is somewhere in the system but too expensive to locate/retrieve Compiling the data could take weeks

Poor Security There is little or no control and management of data Data could be disseminated all over the organisation without control Who is accessing the data and making changes?

Lack of Data-sharing Lack of control over access Hard to get hands on information Different pieces of information in different files and different physical locations Since files in different locations can’t be related hard to share or access in a timely manner Impossible for information to flow freely

Database Technology DATABASE: A collection of data organised to serve many applications efficiently by centralising the data and minimising redundant data.

Historical context Why develop DBMS at all? Manage flood of data from Transaction Processing Systems Integrate data across organisation “Data glare”

DBMS Create, delete, reorganize, and manipulate data in a database A Database Management System (DBMS) is general purpose software and hardware facility to: Create, delete, reorganize, and manipulate data in a database Store, retrieve, share, and maintain data in a database Maintain relationships between the database components

Creates and maintains databases THE DATABASE APPROACH TO DATA MANAGEMENT Database Management System (DBMS) Creates and maintains databases Eliminates requirement for data definition statements Acts as interface between application programs and physical data files

DBMS Cont’d Provide security and procedures relating to privilege and access. Authenticates the integrity of all the updates and transactions that are carried out. interface for the access, deletion and addition of data and for redefining the relationships within the database. A DBMS is a collection of programs that manages the database structure and controls access to the data stored in the database.

DBMS Relieves the programmer or end user from the task of understanding where and how data are actually stored Seperates the logical view from the physical view Logical View- How data perceived by end users or business specialists Physical View- How data is actually organised and structured on phsical storage media

THE DATABASE APPROACH TO DATA MANAGEMENT The Contemporary Database Environment Figure 7-4

Hierarchical and Network DBMS Object-Oriented Databases THE DATABASE APPROACH TO DATA MANAGEMENT Types of Databases Relational DBMS Hierarchical and Network DBMS Object-Oriented Databases

Represents all data in DB as two-dimensional tables called relations THE DATABASE APPROACH TO DATA MANAGEMENT Relational DBMS The most popular type of DBMS today for PCs as well as for larger companies and mainframes Represents all data in DB as two-dimensional tables called relations Similar to flat files but information in more than one file can easily be extracted and combined Relates data across tables based on common data element Examples: DB2, Oracle, MS SQL Server

Relational Data Model Figure 7-6 THE DATABASE APPROACH TO DATA MANAGEMENT Relational Data Model Figure 7-6

Select: Creates subset of rows that meet specific criteria THE DATABASE APPROACH TO DATA MANAGEMENT Three Basic Operations in a Relational Database Select: Creates subset of rows that meet specific criteria Join: Combines relational tables to provide users with information Project: Enables users to create new tables containing only relevant information

Three Basic Operations in a Relational Database THE DATABASE APPROACH TO DATA MANAGEMENT Three Basic Operations in a Relational Database Figure 7-7

Hierarchical DBMS Organizes data in a tree-like structure THE DATABASE APPROACH TO DATA MANAGEMENT Hierarchical and Network DBMS Hierarchical DBMS Organizes data in a tree-like structure Supports one-to-many parent-child relationships Prevalent in large legacy systems

THE DATABASE APPROACH TO DATA MANAGEMENT Hierarchical DBMS Figure 7-8

Hierarchical Disadvantages Knowledge of physical level required Does not support logical data independence and does not support all physical data independence operations Not all problems are one-to-many types Problems with multiple parent implementation Problems with anomalies for parent deletion Application development in 3GL time-consuming Support programs are not part of the DBMS “System created by programmers for programmers!”

Network DBMS Depicts data logically as many-to-many relationships THE DATABASE APPROACH TO DATA MANAGEMENT Network DBMS Depicts data logically as many-to-many relationships

THE DATABASE APPROACH TO DATA MANAGEMENT Network DBMS

Disadvantages Outdated Less flexible compared to RDBMS THE DATABASE APPROACH TO DATA MANAGEMENT Disadvantages Outdated Less flexible compared to RDBMS Lack support for ad-hoc and English language-like queries

Object-Oriented databases Object-oriented DBMS: Stores data and procedures as objects that can be retrieved and shared automatically Object-relational DBMS: Provides capabilities of both object-oriented and relational DBMS

DBMS Disadvantages DBMSs are complex; Need for explicit backup and control; Costs associated with development and operation can be substantial; Consolidation of an entire business’ information resources can create a high level of vulnerability.

Designing Databases Conceptual design: Abstract model of database from a business perspective Physical design: How data is actually stored on direct access storage devices

CREATING A DATABASE ENVIRONMENT Designing Databases Entity-relationship diagram: Methodology for documenting databases illustrating relationships between database entities Normalization: Process of creating small stable data structures from complex groups of data

An Entity-Relationship Diagram Figure 7-10

An Unnormalized Relation of ORDER Figure 7-11

An Normalized Relation of ORDER Figure 7-12

Distributing Databases Centralized database Used by single central processor or multiple processors in client/server network

Distributing Databases Distributed database Stored in more than one physical location Partitioned database Duplicated database

Distributed Databases Figure 7-13

Data warehouse Supports reporting and query tools DATABASE TRENDS Data Warehousing and Datamining Data warehouse Supports reporting and query tools Stores current and historical data Consolidates data for management analysis and decision making

Components of a Data Warehouse DATABASE TRENDS Components of a Data Warehouse Figure 7-16

Datamining Tools for analyzing large pools of data DATABASE TRENDS Data Warehousing and Datamining Datamining Tools for analyzing large pools of data Find hidden patterns and infer rules to predict trends

Improved and easy accessibility to information DATABASE TRENDS Benefits of Data Warehouses Improved and easy accessibility to information Ability to model and remodel the data

Database server Application server DATABASE TRENDS Databases and the Web Database server Computer in a client/server environment runs a DBMS to process SQL statements and perform database management tasks Application server Software handling all application operations

Linking Internal Databases to the Web DATABASE TRENDS Linking Internal Databases to the Web Figure 7-18