Lecture 9 – Database Design

Slides:



Advertisements
Similar presentations
Database Planning, Design, and Administration
Advertisements

1 Information Systems Development (ISD) Systems Development Life Cycle Overview of Analysis Phase Overview of Design Phase CP2236: Information Systems.
Database Systems: Design, Implementation, and Management Chapter 9 Database Design.
Database Development Cycle Track 3: Managing Information Using Database.
Database Planning, Design, and Administration Transparencies
Chapter 6 Database Design
1 Agenda 01/13/05 Announcement Database Development Process (Chapter 2)
Chapter 9 & 10 Database Planning, Design and Administration.
Chapter 9 Database Design
Chapter 9 Database Design
Database Systems: Design, Implementation, and Management Ninth Edition
Chapter 9 Database Design
9 1 Chapter 9 Database Design Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
6 Chapter 6 Database Design Hachim Haddouti. 6 2 Hachim Haddouti and Rob & Coronel, Ch6 In this chapter, you will learn: That successful database design.
Lecture Nine Database Planning, Design, and Administration
System Implementations American corporations spend about $300 Billion a year on software implementation/upgrade projects.
Database System Development Lifecycle Transparencies
IST 210 Database Design Process IST 210 Todd S. Bacastow.
CS405 Systems Development Life Cycle 1. Traditional Project Phases Wild Enthusiasm Growing Concern Mounting Terror Resigned Fatalism Persecution of the.
Chapter 6 Database Design.
Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1.
Chapter 9 Database Planning, Design, and Administration Sungchul Hong.
Database Planning, Design, and Administration Transparencies
Database System Development Lifecycle © Pearson Education Limited 1995, 2005.
Overview of the Database Development Process
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Chapter 8 Database Design
Appendix D McGraw-Hill/Irwin Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
ITEC224 Database Programming
Part3 Database Analysis and Design Techniques Chapter 04- Overview of Database Planning, Design and Administration Database Systems Lu Wei College of Software.
Database Design Adapted from Database Systems: Design, Implementation, and Management Eighth Edition Rob, Coronel.
Database Design - Lecture 2
ITEC 3220M Using and Designing Database Systems
IST 210 Database Design Process IST 210 Todd S. Bacastow January 2005.
Database Systems: Design, Implementation, and Management
8 1 Chapter 8 Database Design Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
1 Chapter 9 Database Design. 2 2 In this chapter, you will learn: That successful database design must reflect the information system of which the database.
Week 4 Lecture Part 3 of 3 Database Design Samuel ConnSamuel Conn, Faculty Suggestions for using the Lecture Slides.
9/14/2012ISC329 Isabelle Bichindaritz1 Database System Life Cycle.
1 Chapter 15 Methodology Conceptual Databases Design Transparencies Last Updated: April 2011 By M. Arief
End HomeWelcome! The Software Development Process.
1 Minggu 9, Pertemuan 17 Database Planning, Design, and Administration Matakuliah: T0206-Sistem Basisdata Tahun: 2005 Versi: 1.0/0.0.
Database Planning, Design, and Administration Transparencies
1/26/2004TCSS545A Isabelle Bichindaritz1 Database Management Systems Design Methodology.
Database System Development Lifecycle 1.  Main components of the Infn System  What is Database System Development Life Cycle (DSDLC)  Phases of the.
CHAPTER 13 Acquiring Information Systems and Applications.
Software Development Life Cycle by A.Surasit Samaisut Copyrights : All Rights Reserved.
6 6 Chapter 6 Database Design Database Systems: Design, Implementation, and Management 4th Edition Peter Rob & Carlos Coronel.
+ SUH Incorporated Executive Briefing. + SUH Business Opportunity I.T. solutions are needed to improve SUH’s ability to operate Sales Support team would.
Chapter 9 & 10 Database Planning, Design and Administration Database Application Lifecycle DBMS Selection Database Administration.
CISB113 Fundamentals of Information Systems IS Development.
1-1 © Prentice Hall, 2004 Chapter 1: The Object-Oriented Systems Development Environment Object-Oriented Systems Analysis and Design Joey F. George, Dinesh.
10-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
IST 210 Database Design Process IST 210, Section 1 Todd S. Bacastow January 2004.
Accounting systems design & evaluation 9434SB 18 March 2002.
Chapter 9 Database Planning, Design, and Administration Transparencies © Pearson Education Limited 1995, 2005.
MANAGEMENT INFORMATION SYSTEM
Information Systems Development
ITEC 3220A Using and Designing Database Systems
Chapter 6 Database Design
Chapter 1 The Systems Development Environment
Systems Design, Implementation, and Operation
Chapter 6 Database Design
SDLC The systems development life cycle is the foundation for many systems development methodologies such as RAD and agile Systems development life cycle.
Database Development Cycle
Introduction to Systems Analysis and Design Stefano Moshi Memorial University College System Analysis & Design BIT
(System Development Life Cycle)
Information Systems Development (ISD) Systems Development Life Cycle
System Analysis and Design:
Presentation transcript:

Lecture 9 – Database Design Systems Development Life Cycle (SDLC) Database Life Cycle (DBLC)

Lecture Objectives Define Information System, System Analysis, System Development, and Database Development Discuss the components of the Systems Development Life Cycle Discuss the components of the Database Life Cycle

Definitions – Information Systems Allows for data collection, storage, and retrieval Facilitates the transformation of data into information and the management of data and information People + Hardware + Software + Databases + Application Programs + Procedures = INFORMATION SYSTEM

Definitions – Systems Analysis Process that establishes the need and the extent for information systems Analyzing in detail the information needs of an organization, the characteristics and components of presently utilized information systems, and the functional requirements of proposed information systems.

Definitions – Systems Development Process of creating the information system Use the results of the systems analysis to determine the requirements and hence use the requirements to develop the information system Databases, application software, etc.

Definitions – Database Development Process of database design and development Database Design Complete, normalized, non-redundant and fully integrated conceptual, logical, and physical database models Database Implementation Database storage structure, loading data, and data management

Systems Development Life Cycle (SDLC) Traces the history of an information system Split into 5 phases Database design an essential component of the SDLC

Systems Development Life Cycle (SDLC) Initial Assessment Feasibility Study Should the existing system be: Continued? Modified? Replaced? System Cost Technology

Systems Development Life Cycle (SDLC) User Requirements Existing System Evaluation Logical System Design

Systems Development Life Cycle (SDLC) Detailed Specifications Screen, menu, report layouts Conversion from old to new

Systems Development Life Cycle (SDLC) Coding Testing Debugging Installation

Systems Development Life Cycle (SDLC) Evaluation Maintenance System Errors Business Changes Enhancements

Database Life Cycle (DBLC) Traces the history of the creation of a database Split into 6 phases

Database Life Cycle (DBLC) Analyze company situation Define Problem and Constraints Define Objectives Define Scope and Boundaries

Database Life Cycle (DBLC) Conceptual Design ER-Diagram / Normalization DBMS Software Selection Create the Logical Design Create the Physical Design

Database Life Cycle (DBLC) Install the selected DBMS Create the databases Load the data / Convert from Old System

Database Life Cycle (DBLC) Test the Database Fine-Tune the Database Evaluate the Database and its Application Programs

Database Life Cycle (DBLC) Produce the required information flow Alternate form of testing

Database Life Cycle (DBLC) Changes to the System (from operation, bugs, business changes) Enhancements

Life Cycle Effectiveness DOCUMENTATION