The Database Environment

Slides:



Advertisements
Similar presentations
Chapter 1: The Database Environment
Advertisements

The Database Environment
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
IS 4420 Database Fundamentals Leon Chen. 2 Agenda About yourself About yourself  Name  Major About the instructor About the instructor Syllabus Syllabus.
Chapter 1: The Database Environment
1 IS380 Class Agenda 01/11/05 Sock H. Chung 1.Syllabus 2.Chapter 1 3.Introduction 4. Request.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
Chapter 1 INTRODUCTION TO DATABASE.
© 2007 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
Chapter 1: The Database Environment and Development Process
Chapter 4 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
Chapter 1: The Database Environment
Introduction to Databases
Database Management COP4540, SCS, FIU An Introduction to database system.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Chapter 1 1 © Prentice Hall, 2002 Database Design Dr. Bijoy Bordoloi Introduction to Database Processing.
Introduction to Database Concepts
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
Chapter 1: The Database Environment and Development Process
Chapter 1: The Database Environment and Development Process
Accounting Information System (DBMS Approach) Yohanes Handoko, SE.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
The Database Environment and Development Process An Overview.
Architecture for a Database System
© 2007 by Prentice Hall 1 Introduction to databases.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 9 th Edition Jeffrey A. Hoffer,
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
Database System Introduction to Database Environment October 31, 2009 Software Park, Bangkok Thailand Pree Thiengburanathum College of Arts and Media Chiang.
Database Management System Prepared by Dr. Ahmed El-Ragal Reviewed & Presented By Mr. Mahmoud Rafeek Alfarra College Of Science & Technology- Khan younis.
Chapter 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden © 2007 by Prentice.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition, International Edition Jeffrey A. Hoffer, V. Ramesh,
THE DATABASE ENVIRONMENT Definitions: Data, Information, Database, MetadataData, Information File Processing Systems The Database Approach Components of.
Database Design & Management
1 Database Systems Instructor: Nasir Minhas Assistant Professor UIIT PMAS-AAUR
Database Systems. Role and Advantages of the DBMS Improved data sharing Improved data security Better data integration Minimized data inconsistency Improved.
Introduction to Databases Transparencies © Pearson Education Limited 1995, 2005.
Chapter 1 © 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1: The Database Environment and Development Process Modern Database Management.
3-1 Modeling Basic Entities DBMS Create Sort Search Addition Deletion Modification Create Sort Search Addition Deletion Modification DBMS is a Software.
Copyright © 2016 Pearson Education, Inc. CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 12 th Edition Jeff Hoffer,
IIS 645 Database Management Systems DDr. Khorsheed Today’s Topics 1. Course Overview 22. Introduction to Database management 33. Components of Database.
The Database Approach Muhammad Nasir
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition, International Edition Jeffrey A. Hoffer, V. Ramesh,
Introduction to Databases Transparencies
Introduction to Databases Transparencies
Database Fundamentals
Database Management Systems Lecture # 01
An Introduction to database system
Lecture 2.
Introduction to Databases Transparencies
Introduction to Databases
Introduction to Databases Connolly and Begg
Introduction to Databases
Chapter 1: The Database Environment
Chapter 1 Database Systems
Introduction to Databases
Chapter 1: The Database Environment
Database Systems Instructor Name: Lecture-2.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
Chapter 1: The Database Environment
Chapter 1: The Database Environment
The Database Environment
Chapter 1: The Database Environment
Introduction to Databases
Background Prepared by: Mr. Mahmoud Rafeek Alfarra.
Chapter 1 Database Systems
DATABASE ENGINEERING INTRODUCTION.
Introduction to Databases Transparencies
Chapter 1: The Database Environment
The Database Environment
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
Presentation transcript:

The Database Environment IST - 331 Instructor: Victor Matos

Definitions Data: Meaningful facts, text, graphics, images, sound, video segments. Database: An organized collection of logically related data. Information: Data processed to be useful in decision making. Metadata: Data that describes data.

Figure 1-1a Data in Context

Figure 1-1b Summarized data

Disadvantages of File Processing Systems Data Dependence Data Redundancy (Duplication of data) Limited Data Sharing Lengthy Development Times Excessive Program Maintenance

Figure 1-2 Three file processing systems at Pine Valley Furniture

Advantages of the Database Approach Minimal Data Redundancy/Improved Consistency Data Integration Multiple Relationships

Database Management System A DBMS is a data storage and retrieval system which permits data to be stored non-redundantly while making it appear to the user as if the data is well-integrated.

Advantages of the Database Approach Data Independence/Reduced Maintenance Improved Data Sharing Increased Application Development Productivity Enforcement of Standards Improved Data Quality (Constraints) Better Data Accessibility/ Responsiveness Security, Backup/Recovery, Concurrency

Costs and Risks of the Database Approach New, Specialized Personnel Installation Management Cost and Complexity Conversion Costs Need for Explicit Backup and Recovery Organizational Conflict

Figure 1-3 Segment from enterprise data model

Figure 1-4a Order and Order_Line tables

Figure 1-4b Product and Customer tables

Figure 1-5 Client/server system for Pine Valley Furniture Company

Figure 1-6 Customer invoice (Pine Valley Furniture Company)

The Range of Database Applications Personal Database Workgroup Database Department Database Enterprise Database

Figure 1-7 Typical data from a personal computer database

Figure 1-8 Workgroup database with local area network

Figure 1-9 An example of departmental database (Personnel Department)

Figure 1-10 An enterprise data warehouse

Components of the Database Environment CASE Tools Repository Database Management System (DBMS) Database Application Programs User Interface Data Administrators System Developers End Users

Figure 1-11 Components of the database environment

Evolution of Database Systems Hierarchical and Network (Legacy) Relational Object-oriented Object-relational

Figure 1-12 Evolution of database technologies