Introduction to Database

Slides:



Advertisements
Similar presentations
Introduction to Databases
Advertisements

Introduction to Databases
Introduction to Databases
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.
Data Management I DBMS Relational Systems. Overview u Introduction u DBMS –components –types u Relational Model –characteristics –implementation u Physical.
Introduction to Databases Transparencies
Chapter 1 INTRODUCTION TO DATABASE.
INTRODUCTION TO DATABASES
Chapter 1 Introduction to Databases
DBMS1 Database Management System (DBMS) Introductory Concepts Week-1.
Introduction and Conceptual Modeling
Introduction to Databases
Database Management COP4540, SCS, FIU An Introduction to database system.
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 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.
Databases Illuminated
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Sistem Basis Data (DATABASE) Siauw Yohanes Darmawan
Module Title? DBMS Introduction to Database Management System.
Chapter 2 CIS Sungchul Hong
Chapter 1 Introduction to Databases Pearson Education ©
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
STORING ORGANIZATIONAL INFORMATION— DATABASES CIS 429—Chapter 7.
Introduction: Databases and Database Users
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
8/27/2012ISC 329 Isabelle Bichindaritz1 File Systems Introduction to Databases.
Databases and Database Management Systems
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.
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.
MSIS 635 DATABASE MANAGEMNT Database Systems Thomas Connolly and Carolyn Begg Third Edition – 2002 – ©Addison Wesley.
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.
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.
What is Database Administration ? Database administration' is the process of establishing computerized databases, and insuring their recoverability, integrity,
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
What is Database Administration ?
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases
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
Data Base System Lecture 2: Introduction to Database
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:

Introduction to Database CIS458.101 Chapter 1 Sungchul Hong

Database System The most important development in the field of software engineering. Database serve as the foundation for considerable progress in the basic science fields ranging from computing to biology.

Introduction Database DBMS (Database Management System) A collection of related data. DBMS (Database Management System) The software that manages and controls access tot the database. Database application A program that interacts with the database at some point in its execution.

Examples of Databases Supermarket Credit card Inventory Customer service Credit card Booking a ticket at the travel agents Using the local library University

Traditional File-Based Systems Each program defines and manages its own data. Separation and isolation of data Duplication of data Data dependence Incompatibility of files Fixed queries of application program

Database Approach A shared collection of logically related data, and a description of this data, designed to meet the information needs of an organization. System catalog (data dictionary) Program-data independence.

File-Based System Data entry & report Sales Files File handling routines Data entry & report File definition Sales Files

The Database Management System (DBMS) A software system that enables users to define, create, maintain, and control access to the database. Data Definition Language(DDL) Data Manipulation Language (DML) Structured Query Language (SQL) Views Level of security, customization, provide consistent structure

Components of the DBMS Environment Hardware Client-server architecture Backend, front end Software DBMS, application programs, SQL Data Operational data, meta data Procedure Instructions and rules People

Roles in the Database Environment Data Administrator (DA) Responsible for the management of the data resource including database planning, development and maintenance of standards, policies, and procedures, and conceptual/logical database design. Database Administrator (DBA)-more technical Responsible for the physical realization of the database, including physical database design and implementation, security and integrity of the application users.

Roles in the Database Environment (2) Database Designer Logical database designer Identifying the data, relationship between the data, and the constraints on the data. Business rules. Physical database designer Mapping the logical database design into a set of tables and integrity constraints. Selecting specific storage structures Designing security measures required on the data

Roles in the Database Environment (3) Application Developer Provide the required functionality for the end-users. End-Users Naïve users Sophisticated users.

Data Redundancy

Advantages of DBMS Control of data redundancy Data consistency More information from the same amount of data Sharing of data Improved data integrity Improved security Enforcement of standards

Advantages of DBMS (2) Economy of scale Balance of confliction requirements Improved data accessibility and responsiveness Increased productivity Improved maintenance through data independence Increased concurrency Improved backup and recovery services

Disadvantages of DBMS Complexity Size Cost of DBMS Additional hardware costs Cost of conversion Performance Higher impact of a failure

History of DBMS Apollo moon-landing project (1960s) GUAM (Generalized Update Access Method) Hierarchical structure IMS (Information Management System) (mid 1960s) Serial storage device (Tape recorder) IDS (Integrated Data Store) (mid 1960s) Network DBMS CODASYL (Conference on Data Systems Languages)

History of DBMS DBTG (Data Base Task Group) – 1967 Relational Model – E. F. Codd, 1970 R SQL DB2, SQL/DS, Oracle INGRES II, Informix, Access, FoxPro, Paradox, Interbase, and R:Base ER model – Chen, 1979 Semantic data modeling Object-Oriented DBMS, Object-Relational DBMS