Module 4 Creation and Management of Databases Using CDS/ISIS

Similar documents
CS2Bh: Current Technologies. Introduction to XML and Relational Databases. Introduction to Databases. Why databases? Why not use XML?

Introduction. Introduction: Database management system. Introduction: DBS concepts & architecture. Introduction: DBS versus File system

Introduction: Database management system

Overview of Data Management

Overview of Database Management

Database Management Systems

ECS 165A: Introduction to Database Systems

COIS Databases

DATABASE SYSTEM CONCEPTS AND ARCHITECTURE CHAPTER 2

Introduction to Databases

Chapter 1: Introduction. Database Management System (DBMS) University Database Example

CSE 132A. Database Systems Principles

1 File Processing Systems

Chapter 1: Introduction

Types & Uses of Databases

Chapter 1 Databases and Database Users

Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 1 Outline

Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap.

Week 1 Part 1: An Introduction to Database Systems. Databases and DBMSs. Why Use a DBMS? Why Study Databases??

History of Database Systems

Digital Libraries and Content Management

Course Notes on A Short History of Database Technology

Course Notes on A Short History of Database Technology

Chapter 1: Introduction

Database System. Session 1 Main Theme Introduction to Database Systems Dr. Jean-Claude Franchitti

ICOM 6005 Database Management Systems Design. Dr. Manuel Rodríguez Martínez Electrical and Computer Engineering Department Lecture 2 August 23, 2001

Database System Concepts

Lesson 8: Introduction to Databases E-R Data Modeling

Information Management

Basic Concepts of Database Systems

Chapter 2 Database System Concepts and Architecture

DATABASE DESIGN AND IMPLEMENTATION USING VISUAL BASIC

Overview of Database Management Systems

Database Concepts. Database & Database Management System. Application examples. Application examples

Introduction. Chapter 1. Introducing the Database. Data vs. Information

Chapter 1: Introduction. Database Management System (DBMS)

DATABASE MANAGEMENT SYSTEM

Introduction to database management systems

Database Systems. Lecture 1: Introduction

Introduction to Object-Oriented and Object-Relational Database Systems

The Relational Model. Why Study the Relational Model?

Ursuline College Accelerated Program

Tier Architectures. Kathleen Durant CS 3200

Relational Database Concepts

Introduction to IR Systems: Supporting Boolean Text Search. Information Retrieval. IR vs. DBMS. Chapter 27, Part A

Database Management. Chapter Objectives

CSE 544 Principles of Database Management Systems. Magdalena Balazinska (magda) Spring 2006 Lecture 1 - Class Introduction

Topics. Introduction to Database Management System. What Is a DBMS? DBMS Types

Logistics. Database Management Systems. Chapter 1. Project. Goals for This Course. Any Questions So Far? What This Course Cannot Do.

Introductory Concepts

DATABASE MANAGEMENT SYSTEMS

Introduction to Database Systems. Chapter 1 Introduction. Chapter 1 Introduction

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2

Image Databases INLS 623 Lina Huang Elise Moore Ketan Palshikar Nevin Yang

Contents RELATIONAL DATABASES

Database Systems. Session 1 Main Theme Introduction to Database Systems Dr. Jean-Claude Franchitti

COMP5138 Relational Database Management Systems. Databases are Everywhere!

Database Management. Technology Briefing. Modern organizations are said to be drowning in data but starving for information p.

CSE 233. Database System Overview

FROM RELATIONAL TO OBJECT DATABASE MANAGEMENT SYSTEMS

Relational Database Basics Review

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

10. Creating and Maintaining Geographic Databases. Learning objectives. Keywords and concepts. Overview. Definitions

æ A collection of interrelated and persistent data èusually referred to as the database èdbèè.

Overview. Introduction to Database Systems. Motivation... Motivation: how do we store lots of data?

1. INTRODUCTION TO RDBMS

MultiMedia and Imaging Databases

Databases and Information Management

Legacy System: Migration Strategy

Database Resources. Subject: Information Technology for Managers. Level: Formation 2. Author: Seamus Rispin, current examiner

Introduction to Database Systems

B.Com(Computers) II Year RELATIONAL DATABASE MANAGEMENT SYSTEM Unit- I

Object Oriented Databases. OOAD Fall 2012 Arjun Gopalakrishna Bhavya Udayashankar

SQL Server 2012 Gives You More Advanced Features (Out-Of-The-Box)

Principles of Database. Management: Summary

Object Database Management Systems (ODBMSs)

Overview RDBMS-ORDBMS- OODBMS

The ObjectStore Database System. Charles Lamb Gordon Landis Jack Orenstein Dan Weinreb Slides based on those by Clint Morgan

CSE 544 Principles of Database Management Systems. Magdalena Balazinska (magda) Fall 2007 Lecture 1 - Class Introduction

Objectives of Lecture 1. Labs and TAs. Class and Office Hours. CMPUT 391: Introduction. Introduction

Evolution of Distributed Database Management System

Foundations of Business Intelligence: Databases and Information Management

What is a database? COSC 304 Introduction to Database Systems. Database Introduction. Example Problem. Databases in the Real-World

Module 1 Introduction to Information and Communication Technologies

INTRODUCTION DATABASE MANAGEMENT SYSTEMS

Off Campus Library Services. Your virtual library

IST659 Fall 2015 M003 Class Syllabus. Data Administration Concepts and Database Management

Data Storage Solutions

COURSE NAME: Database Management. TOPIC: Database Design LECTURE 3. The Database System Life Cycle (DBLC) The database life cycle contains six phases;

DATABASES AND DATABASE USERS

CHAPTER-IV DATABASE MANAGEMENT AND ITS ENVIRONMENT

The Relational Model. Ramakrishnan&Gehrke, Chapter 3 CS4320 1

CSE 544 Principles of Database Management Systems. Magdalena Balazinska (magda) Winter 2009 Lecture 1 - Class Introduction

Transcription:

Module 4 Creation and Management of Databases Using CDS/ISIS Lesson 1 Introduction to Concepts of Database Design UNESCO EIPICT Module 4. Lesson 1 1

Rationale Keeping up with library automation technology has been a major aspect of librarians jobs in this era. An emerging need in the area of library automation concerns interlibrary loan and other forms of resource sharing. Library automation has opened doors for users located in the most remote sites to visit those situated in highly populated locations. Libraries using technology developments have expanded the resources available to their users. In addition to simply cataloging title, author, ISBN number and annotated bibliography, they now include web sites and CD-ROMs. UNESCO EIPICT Module 4. Lesson 1 2

Scope Lesson 1 will answer the following questions: Why use a DBMS? What is a Database Management System (DBMS)? What is the relationship between a card catalog and a DBMS? What are the components of a DBMS? UNESCO EIPICT Module 4. Lesson 1 3

Learning Outcomes By the end of the lesson you will: Understand the concepts of a DBMS Recognize the relationship between the card catalog and a DBMS Realize the importance of using a DBMS in a library. Understand the advantages of using database management systems UNESCO EIPICT Module 4. Lesson 1 4

Why Use Databases? Databases and database technology are having a major impact on the growing use of computers. They play a critical role in almost all areas where computers are used e.g. banks, hospitals, libraries UNESCO EIPICT Module 4. Lesson 1 5

Why Use Databases? Easy to manage large collection of data Data can be accessed concurrently by many Consistency in data input Access to some parts of data can be restricted UNESCO EIPICT Module 4. Lesson 1 6

Some Examples Company Databases: Employees, departments, projects Airline Reservation Systems: Flights, fares, customers, reservations.. Library Databases: Authors, titles, publishers, pagination UNESCO EIPICT Module 4. Lesson 1 7

What is a Database Management System (DBMS)? DBMSs are a key component of most applications. e.g. banking, making reservations, borrowing a book, checking your marks/schedule These are called traditional database applications. Data stored is either textual or numeric. UNESCO EIPICT Module 4. Lesson 1 8

Some Definitions Database: A collection of related data Data: Known facts that can be recorded and have an implicit meaning. Examples: Author s name, Title of a book Database Management System (DBMS): the software that manages the data Database System: The DBMS software together with the data itself. Sometimes, the applications are also included. UNESCO EIPICT Module 4. Lesson 1 9

What does a DBMS do? Manages very large amounts of data Supports efficient access to high volumes of data Supports concurrent access to very large amounts of data: e.g. bank and its ATM machines UNESCO EIPICT Module 4. Lesson 1 10

How does a DBMS Work? The DBMS is a general-purpose software system that facilitates the processes of: Defining. Specifying the data types, structures, and how data should be stored; Constructing. The process of storing the data itself on some storage medium that is controlled by the DBMS and; Manipulating. Querying the database to retrieve specific data, updating the database, and generating reports from the data for various applications. UNESCO EIPICT Module 4. Lesson 1 11

What are the Advantages of a DBMS? Data Independence. Provides multiple user interfaces. Efficient Data Access. Data Integrity and Security. Controls redundancy and Uniform Data Administration. Concurrent Access, Recovery From Crashes. Reduces Application Development Time UNESCO EIPICT Module 4. Lesson 1 12

What are the Advantages of a DBMS? Utilizes sophisticated techniques to store and retrieve data efficiently Storage methods can be improved without changing the application program UNESCO EIPICT Module 4. Lesson 1 13

What are the Advantages of a DBMS? Centralizes administration of data shared among many users o Data managed by professionals Organizes data to o Meet user needs o Minimise redundancy Fine tunes storage for efficient retrieval UNESCO EIPICT Module 4. Lesson 1 14

What are Different Types of DBMS? Entity Relationship Model (semantic model) Relational Model (DB2, Oracle, Access ) Hierarchical Model (IBM s IMS DBMS) Network Model (IDS, IDMS) Object-Oriented Models (ObjectStore, Versant) Object-Relational Model (IBM, Informix, Oracle ) XML UNESCO EIPICT Module 4. Lesson 1 15

Card Catalog versus DBMS Catalog Cabinet Card drawer Catalog card Card data DBMS Database Record Fields UNESCO EIPICT Module 4. Lesson 1 16

At this point you should be able to: Understand the concepts of a DBMS Recognize the relationship between the card catalog and a DBMS Realize the importance of using a DBMS in libraries. UNESCO EIPICT Module 4. Lesson 1 17