Database Software File Management Systems Database Management Systems.

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

Introduction to Databases
1 1 File Systems and Databases. 1 1 Introducing the Database 4Major Database Concepts u Data and information l Data - Raw facts l Information - Processed.
Databases. Database Information is not useful if not organized In database, data are organized in a way that people find meaningful and useful. Database.
1 A GUIDE TO ORACLE8 CHAPTER 1: Introduction to Client/Server Databases 1.
File Systems and Databases
Distributed DBMSs A distributed database is a single logical database that is physically distributed to computers on a network. Homogeneous DDBMS has the.
1 9 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 9 Database Management Approaches.
The University of Akron Dept of Business Technology Computer Information Systems Database Management Approaches 2440: 180 Database Concepts Instructor:
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 7 Information System Data Management.
Databases and Database Management Systems
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
1 1 File Systems and Databases Chapter 1 Prof. Sin-Min Lee Dept. of Computer Science.
DBMS1 Database Management System (DBMS) Introductory Concepts Week-1.
It refers to the software used to manage the database.
Database Design and Introduction to SQL
Introduction to Database
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Concepts of Database Management, Fifth Edition
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2007 (Week 3, Tuesday 9/4/2007)
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Module Title? DBMS Introduction to Database Management System.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS (Cont’d) Instructor Ms. Arwa Binsaleh.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Simple Database.
Database Management System (DBMS)
Chapter 1 In-lab Quiz Next week
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
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.
I Information Systems Technology Ross Malaga 4 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 4-1 DATABASE.
High Impact Technology February It’s Awesome!
Announcements. Data Management Chapter 12 Traditional File Approach  Structure Field  Record  File  Fixed All records have common fields, and a field.
Instructor: Dema Alorini Database Fundamentals IS 422 Section: 7|1.
Intro – Part 2 Introduction to Database Management: Ch 1 & 2.
Lecture2: Database Environment Prepared by L. Nouf Almujally 1 Ref. Chapter2 Lecture2.
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.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
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
1 Database Management Systems (DBMS). 2 Database Management Systems (DBMS) n Overview of: ä Database Management Components ä Database Systems Architecture.
Distributed database system
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Database Concepts Track 3: Managing Information using Database.
SQL Jan 20,2014. DBMS Stores data as records, tables etc. Accepts data and stores that data for later use Uses query languages for searching, sorting,
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.
SYS364 Database Design Continued. Database Design Definitions Initial ERD’s Normalization of data Final ERD’s Database Management Database Models File.
Use of ICT in Data Management AS Applied ICT. Back to Contents Back to Contents.
Introduction to Databases
CIS 250 Advanced Computer Applications Database Management Systems.
Chapter 9  Definition of terms  List advantages of client/server architecture  Explain three application components:
Introduction to Databases Angela Clark University of South Alabama.
Managing Data Resources File Organization and databases for business information systems.
Geographic Information Systems GIS Data Databases.
Database Management System (DBMS)
Basic Concepts in Data Management
MANAGING DATA RESOURCES
Database.
File Systems and Databases
MANAGING DATA RESOURCES
DATABASE TECHNOLOGIES
Database System Architectures
Presentation transcript:

Database Software File Management Systems Database Management Systems

Both Groups Contain: File Manager creating file structure adding, deleting, or editing records sorting records Query Facility Report Generator

File Management Systems Work with one file at a time Usually cheap and easy to use Inefficient for relating data in different files

Example: Order File customer number order Customer File customer number name address

Problems with File Management Systems data redundancy - repetition of the same data in different files data integrity - errors caused by differences in redundant data data dependence - files are dependent on hardware or software

Database Management Systems Can combine information from more than one file Self-descriptive Expanded query facilities nonprocedural query languages procedural query languages (SQL) Data Security

Advantages of Database Management Systems better information faster response time lower operating costs fewer storage requirements improved data integrity better data management and security

Disadvantages of Database Management Systems DBMS software is relatively expensive often requires new hardware usually requires training to use

Database Management on Large Computer Systems Hierarchical Network Relational Object Oriented Client Server Systems Distributed Database Systems

Hierarchical Databases first to be developed stores data in the form of a tree sets up a one to many relationship

Network Databases modification of the tree model relationship between data elements can be many to one or many to many

Hierarchical and Network Data Models less data redundancy than relational model fast data access for predefined queries good security useful for transaction processing environments not very flexible - designed for speed

Relational Database Model based on tables of data objects designed for flexibility useful for decision support slower processing times and less security than other two models

Object Oriented Database Can store objects in a database object-relational database management systems Oracle, Access

Client-Server Systems Client computers run a desktop DBMS with a GUI front end - Access, Paradox Server computer contains and manages the database itself back end - SQL Server, DB2 Lower hardware cost Scalability

Distributed Database Systems database is divided among several smaller computers that are hooked up in a client-server form of a network data is stored at most needed site all clients on the network can access any part of the database