Chapter 2: The Database Development Process

Similar documents
Chapter 1: The Database Environment

Database Environment. Pearson Education 2009

OBJECTIVES DEFINITIONS CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS. Figure 1-1a Data in context

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS

Meltem Özturan

Unit 2 - Data Modeling. Pratian Technologies (India) Pvt. Ltd.

Figure 1-1a Data in context. Context helps users understand data

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 9 Database Design

Systems Analysis and Design in a Changing World, Fourth Edition

Objectives Definition iti of terms List five properties of relations State two properties of candidate keys Define first, second, and third normal for

Course Design Document: IS202 Data Management. Version 4.5

Database Management Systems MIT Lesson 01 - Introduction By S. Sabraz Nawaz

Chapter 2. Information System Building Blocks. McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved.

MIT Database Management Systems Lesson 01: Introduction

Chapter 12. Systems Design. McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved.

Answer: D. Answer: B. Answer: B

Chapter 10. Database System Development Lifecycle

Integrating TOGAF, Zachman and DoDAF Into A Common Process

Modern Systems Analysis and Design Seventh Edition

SOFTWARE ENGINEERING : A MCQ BOOK CODE : RBMCQ0602. Second Edition

SOFTWARE ENGINEERING. Lecture 6. By: Latifa ALrashed. Networks and Communication Department

Subject : Computer Science. Paper : Software Quality Management. Module : CASE Tools

Info Sys 422/722 & ISyE 722. Computer Based Data Management. Fall, 2016

PPSC Competitive Exam for the Post of System Analyst

Modern Systems Analysis and Design

(c) Addison Wesley Chapter 3. ! Interviewing customers and domain experts. ! Questionnaires. ! Observation. ! Study of documents and software systems

Data Models: The Center of the Business Information Systems Universe

Objectives Definition iti of terms Importance of data modeling Write good names and definitions for entities, relationships, and attributes Distinguis

C H A P T E R SYSTEM DESIGN

Structured Systems Analysis and Design

FIT1004 Database Topic 2: Database Design Life Cycle

Introduction to System Analysis and Design

Database Design: Conceptual Model and ER Diagramming

*ANSWERS * **********************************

Organizing Database Project Work. (Chapter 4)

Organizing Database Project Work

Chapter 6 Structuring System Requirements: Process Modeling 6.1

Institute of Southern Punjab, Multan

Module 3. Overview of TOGAF 9.1 Architecture Development Method (ADM)

Databases The McGraw-Hill Companies, Inc. All rights reserved.

Abstract class Audit trail Class diagram Balancing Acceptance testing Closed-ended questions Baseline modules Action stubs Cohesion Activation

16/06/56. Databases. Databases. Databases The McGraw-Hill Companies, Inc. All rights reserved.

LESSONS LEARNED FROM THE INDIANA UNIVERSITY ELECTRONIC RECORDS PROJECT. How to Implement an Electronic Records Strategy

This tutorial also elaborates on other related methodologies like Agile, RAD and Prototyping.

1. What is the relationship between non-functional requirements and technology architecture?

Modelling: Review. Modelling Information Systems. Models in analysis and design. Process Modelling. Modelling perspectives

Inputs. Decisions. Leads to

Strategic Information Systems Systems Development Life Cycle. From Turban et al. (2004), Information Technology for Management.

MAM4P MANAGEMENT INFORMATION SYSTEM. Unit : I - V

Geog 469 GIS Workshop. Enterprise Information System Architecture

Chapter 5. The Database Life Cycle. Class 04: Topic 3.1: The Database Life Cycle

UNIT-I Introduction of Object Oriented Modeling

Enterprise Architect. User Guide Series. Domain Models

Metabase Metadata Management System Data Interoperability Need and Solution Characteristics

Chapter 8. Database Design. Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel

10 Steps to Building an Architecture for Space Surveillance Projects. Eric A. Barnhart, M.S.

FAQ: Relational Databases in Accounting Systems

Modern Systems Analysis and Design. Third Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich. Chapter 17 System Implementation

Database Design Process

GOVERNANCE, RISK MANAGEMENT AND COMPLIANCE TRENDS BY FCPAK ERIC KIMANI

Systems Development Life Cycle SDLC Planning Analysis Detailed systems design Implementation Maintenance 7 8 SDLC - Planning SDLC - Analysis Planning

KUWAIT UNIVERSITY College of Business Administration Department of Quantitative Methods and Information Systems

Work Breakdown Structure

Structured Analysis and Design

Semantics, Metadata and Identifying Master Data

Course Outline Faculty of Computing and Information Technology

Rational Software White paper

Essentials of Database Management

Fundamentals of Database Systems (INSY2061)

Object-Oriented Systems. Development: Using the Unified Modeling Language

Meaning & Concepts of Databases

Modern Systems Analysis and Design Sixth Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich

CSE 3241: Database Systems I Databases Introduction (Ch. 1-2) Jeremy Morris

Selling Improved Testing

2 Information System Building Blocks

Document Engineering

Dimensions for the Separation of Concerns in Describing Software Development Processes

Objectives of the Security Policy Project for the University of Cyprus

History of object-oriented approaches

Application in a Systems Design Environment. EE 498/499 Capstone Design Classes Klipsch School of Electrical & Computer Engineering

Practical IT Research that Drives Measurable Results OptimizeIT Strategic Planning Bundle

Institute of Southern Punjab, Multan

What s a BA to do with Data? Discover and define standard data elements in business terms

Data Mining Concepts & Techniques

Business Event Management

Modelling as a Communication Tool: Introduction to Process Modelling. Modelling. Simplification in modelling. Representation in modelling

Step: 9 Conduct Data Standardization

Research Article ISSN:

Module 3 Introduction to the Architecture Development Method

Lecture 9 Requirements Engineering II

Module 7 TOGAF Content Metamodel

Database Analysis and Design

Lecture 8 Requirements Engineering

Modern Systems Analysis and Design Seventh Edition

Introduction to Data Management CSE 344

"Charting the Course... Certified Information Systems Auditor (CISA) Course Summary

Vendor: The Open Group. Exam Code: OG Exam Name: TOGAF 9 Part 1. Version: Demo

CS102B: Introduction to Information Systems. Minerva A. Lagarde

Information Systems Analysis and Design CSC340. XXV. Other Phases

IT 650 Final Project Guidelines and Rubric

Transcription:

: The Database Development Process Modern Database Management 7 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden 1

Objectives Definition of terms Describe system development life cycle Explain prototyping approach Explain roles of individuals Explain three-schema approach Explain role of packaged data models Explain three-tiered architectures Draw simple data models 2

Enterprise Data Model First step in database development Specifies scope and general content Overall picture of organizational data at high level of abstraction Entity-relationship diagram Descriptions of entity types Relationships between entities Business rules 3

Figure 2-1 Segment from enterprise data model (Pine Valley Furniture Company) [simplified E-R diagram, repeat of figure 1.3] Enterprise data model describes the high-level entities in an organization and the relationship between these entities 4

Information Systems Architecture (ISA) Conceptual blueprint for organization s desired information systems structure Consists of: Data (e.g. Enterprise Data Model simplified ER Diagram) Processes data flow diagrams, process decomposition, etc. Data Network topology diagram (like fig 1.9) People people management using project management tools (Gantt charts, etc.) Events and points in time (when processes are performed) Reasons for events and rules (e.g. decision tables) 5

Information Engineering A data-oriented methodology to create and maintain information systems Top-down planning: a generic IS planning methodology for obtaining a broad understanding of the IS needed by the entire organization Four steps to Top-Down planning: Planning Analysis Design Implementation 6

Information Systems Planning (Table 2-1) Purpose: align information technology with organization s business strategies Three steps: 1. Identify strategic planning factors 2. Identify corporate planning objects 3. Develop enterprise model 7

Identify Strategic Planning Factors (Table 2-2) Organization goals what we hope to accomplish Critical success factors what MUST work in order for us to survive Problem areas weaknesses we now have 8

Identify Corporate Planning Objects (Table 2-3) Organizational units departments Organizational locations Business functions groups of business processes Entity types the things we are trying to model for the database Information systems application programs 9

Develop Enterprise Model Functional decomposition See Figure 2-2 Enterprise data model See Figure 2-1 Planning matrixes See Figure 2-3 10

Figure 2-2 -- Example of process decomposition of an order fulfillment function (Pine Valley Furniture) Decomposition -- breaking large tasks into smaller tasks in a hierarchical structure chart 11

Planning Matrixes Describe relationships between planning objects in the organization Types of matrixes: Function-to-data entity Location-to-function Unit-to-function IS-to-data entity Supporting function-to-data entity IS-to-business objective 12

Example business function-todata entity matrix (Fig. 2-3) Data Entity Types Business Function (users) Customer Product Raw Material Order Work Center Work Order Invoice Equipment Employee Business Planning X X X X Product Development X X X X Materials Management X X X X X X Order Fulfillment X X X X X X X X X Order Shipment X X X X X X Sales Summarization X X X X X Production Operations X X X X X X X Finance and Accounting X X X X X X X X 13

Two Approaches to Database and IS Development SDLC System Development Life Cycle Detailed, well-planned development process Time-consuming, but comprehensive Long development cycle Prototyping Rapid application development (RAD) Cursory attempt at conceptual data modeling. Define database during development of initial prototype Repeat implementation and maintenance activities with new prototype versions 14

Systems Development Life Cycle (Figures 2-4, 2-5) Project Identification and Selection Project Initiation and Planning Analysis Logical Design Physical Design Implementation Maintenance 15

Systems Development Life Cycle (cont.) (Figures 2-4, 2-5) Project Identification and Selection Project Initiation and Planning Purpose --preliminary understanding Deliverable request for project Analysis Logical Design Physical Design Database activity enterprise modeling Implementation Maintenance 16

Systems Development Life Cycle (cont.) (figures 2-4, 2-5) Project Identification and Selection Project Initiation and Planning Purpose state business situation and solution Deliverable request for analysis Analysis Logical Design Physical Design Database activity conceptual data modeling Implementation Maintenance 17

Systems Development Life Cycle (cont.) (figures 2-4, 2-5) Project Identification and Selection Project Initiation and Planning Purpose thorough analysis Deliverable functional system specifications Analysis Logical Design Physical Design Database activity conceptual data modeling Implementation Maintenance 18

Systems Development Life Cycle (cont.) (figures 2-4, 2-5) Project Identification and Selection Project Initiation and Planning Purpose information requirements structure Deliverable detailed design specifications Analysis Logical Design Physical Design Database activity logical database design Implementation Maintenance 19

Systems Development Life Cycle (cont.) (figures 2-4, 2-5) Project Identification and Selection Project Initiation and Planning Purpose develop technology specs Deliverable program/data structures, technology purchases, organization redesigns Analysis Logical Design Physical Design Database activity physical database design Implementation Maintenance 20

Systems Development Life Cycle (cont.) (figures 2-4, 2-5) Project Identification and Selection Project Initiation and Planning Purpose programming, testing, training, installation, documenting Deliverable operational programs, documentation, training materials Analysis Logical Design Physical Design Database activity database implementation Implementation Maintenance 21

Systems Development Life Cycle (cont.) (figures 2-4, 2-5) Project Identification and Selection Project Initiation and Planning Purpose monitor, repair, enhance Deliverable periodic audits Analysis Logical Design Physical Design Database activity database maintenance Implementation Maintenance 22

23

24

25

26

27

Packaged Data Models Model components that can be purchased, customized, and assembled into full-scale data models Advantages Reduced development time Higher model quality and reliability Two types: Universal data models Industry-specific data models 28

CASE Computer-Aided Software Engineering (CASE) software tools providing automated support for systems development Three database features: Data modeling entity-relationship diagrams Code generation SQL code for table creation Repositories knowledge base of enterprise information 29

Managing Projects Project a planned undertaking of related activities to reach an objective that has a beginning and an end Involves use of review points for: Validation of satisfactory progress Step back from detail to overall view Renew commitment of stakeholders Incremental commitment review of systems development project after each development phase with rejustification after each phase 30

Managing Projects: People Involved Systems analysts Database analysts Users Programmers Database/data administrators Systems programmers, network administrators, testers, technical writers 31

Figure 2-8a Gantt Chart Shows time estimates of tasks 32

Figure 2-8b PERT chart Shows dependencies between tasks 33

Database Schema Physical Schema Physical structures covered in chapters 5 and 6 Conceptual Schema E-R models covered in chapters 3 and 4 External Schema User Views Subsets of Conceptual Schema Can be determined from business-function/data entity matrices DBA determines schema for different users 34

Different people have different views of the database these are the external schema The internal schema is the underlying design and implementation 35

Figure 2-11 Three-tiered client/server database architecture 36

Pine Valley Furniture Preliminary data model (Figure 2-12) 37

38