INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.

Slides:



Advertisements
Similar presentations
Relational Database and Data Modeling
Advertisements

Chapter 2.7 Data management.
Data Modeling and Database Design Chapter 1: Database Systems: Architecture and Components.
Database Processing: Fundamentals, Design and Implementation, 9/e by David M. KroenkeChapter 1/1 Copyright © 2004 Please……. No Food Or Drink in the class.
Database Theory Why use database? Data is a valuable corporate resource which needs adequate accuracy, consistency and security controls. The centralized.
Introduction to Database Management  Department of Computer Science Northern Illinois University January 2001.
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
Predecessor to the Database: Traditional File Processing Records are stored in files. Programs are customized to process the data.
Oct 31, 2000Database Management -- Fall R. Larson Database Management: Introduction to Terms and Concepts University of California, Berkeley School.
Database Software File Management Systems Database Management Systems.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 10 Managing a Database.
1 Introduction to Database Management Systems Lila Rao Graham.
Database Management: Getting Data Together Chapter 14.
Ch1: File Systems and Databases Hachim Haddouti
Living in a Digital World Discovering Computers 2010.
Fundamentals, Design, and Implementation, 9/e Chapter 1 Introduction to Database Processing.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Database Features Lecture 2. Desirable features in an information system Integrity Referential integrity Data independence Controlled redundancy Security.
Databases and Database Management Systems
Introduction to Database
MIS DATABASE SYSTEMS, DATA WAREHOUSES, AND DATA MARTS MBNA ebay
File Organization Techniques
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Database Design - Lecture 1
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
Module Title? DBMS Introduction to Database Management System.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Define the term, data integrity, and describe.
1 California State University, Fullerton Chapter 7 Information System Data Management.
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
1 Welcome: To the second learning sequence “ Data Base (DB) and Data Base Management System (DBMS) “ Recap : In the previous learning sequence, we discussed.
Architecture for a Database System
311: Management Information Systems Database Systems Chapter 3.
Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities of valuable information.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 7 Information System Data Management.
- Ahmad Al-Ghoul Data design. 2 learning Objectives Explain data design concepts and data structures Explain data design concepts and data structures.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
What is a Database? SECTION 1. Database Technology and its Evolution Decades long evolution Early data processing systems Today's systems New technology.
Advantage of File-oriented system: it provides useful historical information about how data are managed earlier. File-oriented systems create many problems.
Databases Shortfalls of file management systems Structure of a database Database administration Database Management system Hierarchical Databases Network.
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
FILES AND DATABASES. A FILE is a collection of records with similar characteristics, e.g: A Sales Ledger Stock Records A Price List Customer Records Files.
Chapter 9 Database Systems Introduction to CS 1 st Semester, 2014 Sanghyun Park.
Introduction to Database AIT632 Chapter 1 Sungchul Hong.
3 / 12 Databases MIS105 Lec13 Irfan Ahmed Ilyas CHAPTER Prepared By:
Chapter One (Database System) Objectives Introduction to Database Management Systems (DBMS) Data and Information History of DB Types of DB.
Data resource management
3 Data. Software And Data Data Data element – a single, meaningful unit of data. Name Social Security Number Data structure – a set of related data elements.
System design : files. Data Design Concepts  Data Structures  A file or table contains data about people, places or events that interact with the system.
SYS364 Database Design Continued. Database Design Definitions Initial ERD’s Normalization of data Final ERD’s Database Management Database Models File.
1 TOPIC 6 DATABASE 6.1 Introduction to Database 6.2 Basic Concept of Database 6.3 Database Object DATABASE.
Use of ICT in Data Management AS Applied ICT. Back to Contents Back to Contents.
1 Chapter 9 Database Management. Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe.
CIS 250 Advanced Computer Applications Database Management Systems.
Copyright (c) 2014 Pearson Education, Inc. Introduction to DBMS.
FILE ORGANIZATION.
Difference between DBMS and File System
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
( ) 1 Chapter # 8 How Data is stored DATABASE.
Introduction To DBMS.
Database Management.
Outline Types of Databases and Database Applications Basic Definitions
Database Management:.
FILE ORGANIZATION.
Database Design Hacettepe University
Chapter 1 Introduction to Database Processing
Managing data Resources:
Database management systems
Presentation transcript:

INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including speed, efficiency, cost; data quality: completeness, validity, consistency, timeliness and accuracy; data handling, data processing.

What are Traditional File Processing systems? Traditional file based system is basically a file based system, in which we manually handle the database such as updating, inserting, deletion or adding new files to database, etc. Need of external storage No need of highly technical person to handle the database. Provide less security. Redundancy is high Less integrity High complexity in updating of database records Processing speed is low. ADVANTAGESDISADVANTAGES

What is a Database? a structured collection of records or data that is stored in a computer system Records Fields Contains information relating to 1 item of data in a DB This represents 1 unit of information in a database – e.g. Title of DVD, Genre

What is a Database Management System (DBMS)? is computer software designed for the purpose of managing databases based on a variety of data models Advantages Disadvantages Redundancies can be improved! Better services to users Cost of delivering and maintaining the system is lowered Standards can be enforced Security can be improved Integrity can be improved Faster response to query processing Confidentiality, privacy and security Data quality concerns Data integrity concerns Enterprise vulnerability may be higher The cost of using DBMS

Database Views view that the individual user of the database has the information model of the enterprise and contains the view of the whole enterprise without any concern for the physical implementation view about the actual physical storage of data

Role of Database Administrator Deciding and Loading the Database Contents Assisting and Approving Applications and Access Deciding Data Structures Backup and Recovery Monitor Actual Usage

INFORMATION MANAGEMENT Unit 2 SO 5 Describe the different types and organization of files and databases; File types including master and transaction files; file organization including serial, sequential, random or direct, indexed sequential database types including personal, workgroup, department and enterprise databases; database organization including hierarchical, relational, network and object-oriented.

Files Types in Database MASTER FILE A master file or master table contains a group of common records. Item Data, Customer Data, and Supplier Data are examples of tables. TRANSACTION FILE A computer file containing relatively transient data about a particular data processing task Additional Content Check this out!

File Access Methods: Sequential vs. Direct This means...start at the beginning of the file and access each record in turn until the one needed is found. If files are stored on magnetic tape then serial access is the only method of access. Serial Access The computer can calculate (from the key field) where the record is stored in the file, and can then access the record directly from that position. Direct Access can only be used if files are stored on media such as disk, CD, DVD. Direct Access of records will generally be much faster than Serial Access. Direct Access is also known as Random Access. Direct Access Quiz!

File Access Methods: Sequential Access A group of elements (e.g. data in a memory array or a disk file or on a tape) is accessed in a predetermined, ordered sequence Sequential Access

Personal – used for recording self information and for one’s own access. A database created to store phone contacts and addresses and friends would be a good example. Workgroup – used by teams working on tasks that needs access to the same data. Departmental - by a unit in an organization which provides some functional application of the data in the department’s domain Enterprise - Centralized data that is shared by many users throughout the organization

Database Organization NETWORK DATABASE RELATIONAL DATABASE HIERARCHICAL DATABASE OBJECT ORIENTED DATABASE