MSIS 635 DATABASE MANAGEMNT Database Systems Thomas Connolly and Carolyn Begg Third Edition – 2002 – ©Addison Wesley.

Slides:



Advertisements
Similar presentations
Introduction to Databases
Advertisements

Introduction to Databases
Introduction to Databases
POKOK BAHASAN Pertemuan 10 Matakuliah: Sistem Informasi Manajemen Tahun: 2008.
1-1 David M. Kroenke’s Chapter One: Introduction Database Processing: Fundamentals, Design, and Implementation.
1 Pertemuan 01 Pengantar tentang database Matakuliah: >/ > Tahun: > Versi: >
Introduction to Databases
1 Minggu 1, Pertemuan 1 Introduction to Database Matakuliah: T0206-Sistem Basisdata Tahun: 2005 Versi: 1.0/0.0.
Introduction to Databases Transparencies
Chapter 1 INTRODUCTION TO DATABASE.
INTRODUCTION TO DATABASES
Chapter 1 Introduction to Databases
Introduction and Conceptual Modeling
Introduction to Databases
Lecture1: Principles of Databases Prepared by L. Nouf Almujally 1 Ref. Chapter1.
Introduction to Database Systems 1.  Assignments – 3 – 9%  Marked Lab – 5 – 10% + 2% (Bonus)  Marked Quiz – 3 – 6%  Mid term exams – 2 – (30%) 15%
Introduction to Databases Transparencies 1. ©Pearson Education 2009 Objectives Common uses of database systems. Meaning of the term database. Meaning.
Introduction to Database
Introduction to Databases. Case Example: File based Processing Real Estate Agent’s office Property for sale or rent Potential Buyer/renter Staff/employees.
Introduction Chapter 1. Reference Book  Database Systems Thomas Connolly, Carolyn Begg, Anne Strachan Addison-Wesley 1999 ISBN:
Fundamental of Database (FCT 1083) Chapter 1: Concept of Databases.
Sistem Basis Data (DATABASE) Siauw Yohanes Darmawan
Chapter 1 Introduction to Databases Pearson Education ©
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
Introduction: Databases and Database Users
8/27/2012ISC 329 Isabelle Bichindaritz1 File Systems Introduction to Databases.
Databases and Database Management Systems
1 R. Ching, Ph.D. MIS Dept. California State University, Sacramento Week 2 September 7 File-based Systems and DatabaseFile-based Systems and Database Database.
1 Chapter 1 Introduction to Databases Transparencies Last Updated: Pebruari 2010 By M. Arief Updated by RSO Feb 2011
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
Introduction to Databases
Chapter 1 Introduction to Databases © Pearson Education Limited 1995, 2005.
Module 1: Database System
Introduction to Database AIT632 Chapter 1 Sungchul Hong.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
1 Introduction to Databases. 2 Examples of Database Applications u Purchases from the supermarket u Purchases using your credit card u Booking a holiday.
1 Chapter 1 Introduction to Databases Transparencies.
1 TOPIC 6 DATABASE 6.1 Introduction to Database 6.2 Basic Concept of Database 6.3 Database Object DATABASE.
Introduction to Databases
Introduction to Databases Transparencies © Pearson Education Limited 1995, 2005.
Introduction to Databases Dr. Osama AL Rababah. Objectives In this capture you will learn: Some common uses of database systems. The characteristics of.
Control of data redundancy Data consistency More information from the same amount of data Sharing of data Improved data integrity Improved security Enforcement.
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
1 Lecture1 Introduction to Databases Systems Database 1.
What is Database Administration ?
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases
File Systems Vs Database Systems
Introduction to Databases
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases Connolly and Begg
Tahun : <<2005>> Versi : <<1/1>>
Introduction to Databases
Introduction to Databases
Introduction to Databases
Introduction to Databases
Introduction to Databases Transparencies
Database System Architecture
Introduction to Databases
Introduction to Databases
Introduction to Databases
Introduction to Databases Transparencies
Introduction to Databases
Presentation transcript:

MSIS 635 DATABASE MANAGEMNT Database Systems Thomas Connolly and Carolyn Begg Third Edition – 2002 – ©Addison Wesley

PART I – BACKGROUND Chapter 1- Introduction to Database Chapter 2 – Database Environment

Introduction – Some Database Applications Purchases from Supermarket Purchases using Credit Card Booking a holiday at the travel agents Using the local library Taking out Insurance Using the Internet Studying at the University

Introduction - Traditional File Based Systems A collection of application programs that perform services for the end-users such as the production of reports. Each program uses and manages its own data Limitations of file-based approach Separation and isolation of data Duplication of data Data dependence Incompatible file formats Fixed Queries, proliferation of application programs

1.3 Database Approach Database – A shared collection of logically related data, and a description of the data, designed to meet the information needs of an organization. Centralized? (Vijay) – pp.15 Database Management System (DBMS) – A software system that enables users to define, create, maintain and control access to the database. Views

Components of the DBMS Hardware Software Data Procedures Log on Use a DBMS facility for application programs Start and stop the DBMS etc…

Roles in the Database Environment Data and Database Administrators Database Designers Application Developers Users

Advantages of DBMSs Control of data redundancy Data Consistency More Information from the same data Sharing of data Improved data Integrity Improved Security Enforcement of Standards

Advantages of DBMSs Contd Economy of Scale Balance of Conflicting Requirements Increased Productivity Improved Maintenance through data independence Improved Concurrency Improved backup and Recovery of data

Disadvantages of DBMSs Complexity Size Cost of DBMS Cost of Conversion Performance Higher Impact of failure