Database Development Process Lecture # 02 Instructor: Engr. Sana Ziafat.

Slides:



Advertisements
Similar presentations
Information Resources Management January 23, 2001.
Advertisements

Ch 3 System Development Environment
Information Systems Analysis and Design
Chapter 2: The Database Development Process
1 The Database Application Development Process The Database Application Development Process.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Essentials of Systems Analysis and Design Fourth Edition Joseph S. Valacich Joey F.
Chapter 2: The Database Development Process
9/6/2001Database Management – Fall 2000 – R. Larson Information Systems Planning and the Database Design Process University of California, Berkeley School.
© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 2 Introduction to Database Development.
© Prentice Hall CHAPTER 9 Application Development by Information Systems Professionals.
1 Agenda 01/13/05 Announcement Database Development Process (Chapter 2)
Chapter 2: The Database Development Process Modern Database Management 9 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Heikki Topi 1 © 2009 Pearson Education,
Lecture 13 Revision IMS Systems Analysis and Design.
DATABASE DEVELOPMENT PROCESS Information Systems Planning –Information Systems ArchitectureInformation Systems Architecture –Information Engineering MethodologyInformation.
Fundamentals of Information Systems, Second Edition
1 IS 4420 Database Fundamentals Chapter 2: Database Development Process Leon Chen.
Chapter 1 The Systems Development Environment 1.1 Modern Systems Analysis and Design Third Edition.
© Prentice Hall 1 Chapter 1: The Database Environment.
© 2005 by Prentice Hall 1 Chapter 2: The Database Development Process Modern Database Management 7 th Edition George Lamperti.
IMS1907 Database Systems Summer Semester 2004/2005 Lecture 3 Database System Development and the SDLC.
Chapter 1: The Database Environment and Development Process
Chapter 1: The Database Environment and Development Process
9 1 Chapter 9 Database Design Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
© 2007 by Prentice Hall 1 Chapter 2: The Database Development Process Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred.
Copyright 2006 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Third Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
The database development process
Introduction to Systems Analysis and Design
SDLC and alternative methodologies 1/14/2015 © Abdou Illia MIS Spring 2015.
Chapter 1 The Systems Development Environment
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.1.
The Database Development Process
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 Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Chapter 1: The Database Environment and Development Process
Chapter 1: The Database Environment and Development Process
Copyright 2002 Prentice-Hall, Inc. Chapter 1 The Systems Development Environment 1.1 Modern Systems Analysis and Design.
ITEC224 Database Programming
Chapter 14 Information System Development
The Database Environment and Development Process An Overview.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition Jeffrey A. Hoffer, V. Ramesh, Heikki Topi © 2013 Pearson.
Information Systems Engineering. Lecture Outline Information Systems Architecture Information System Architecture components Information Engineering Phases.
Database Management System Prepared by Dr. Ahmed El-Ragal Reviewed & Presented By Mr. Mahmoud Rafeek Alfarra College Of Science & Technology- Khan younis.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition, International Edition Jeffrey A. Hoffer, V. Ramesh,
Fundamentals of Information Systems, Second Edition 1 Systems Development.
Chapter 6 CASE Tools Software Engineering Chapter 6-- CASE TOOLS
© 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment and Development Process Modern Database Management 10.
Information Systems Architecture (ISA) Conceptual blueprint for organization’s desired information systems structure Consists of:  Data (e.g. Enterprise.
Information Systems Architecture (ISA)
Copyright © 2016 Pearson Education, Inc. CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 12 th Edition Jeff Hoffer,
Copyright © 2016 Pearson Education, Inc. CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 12 th Edition Jeff Hoffer,
1 Database System The Database Development Process October 31, 2009 Software Park, Bangkok Thailand Pree Thiengburanathum College of Arts and Media Chiang.
Chapter 1 © 2013 Pearson Education, Inc. Publishing as Prentice Hall Chapter 1: The Database Environment and Development Process (Contd..) Modern Database.
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS Modern Database Management 11 th Edition, International Edition Jeffrey A. Hoffer, V. Ramesh,
The Database Development Process 1. Objectives Definition of terms Describe system development life cycle Explain prototyping approach Explain roles of.
C_ITIP211 LECTURER: E.DONDO. Unit 1 : The Systems Development Environment.
COLLEGE OF BUSINESS ADMINISTRATION
The Database Development Process
Database Fundamentals
Chapter 1 The Systems Development Environment
CGS 2545: Database Concepts Fall 2010
Chapter 1 The Systems Development Environment
Chapter 2: The Database Development Process
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
MANAGING THE DEVELOPMENT AND PURCHASE OF INFORMATION SYSTEMS
Chapter 2: The Database Development Process
Chapter 1 The Systems Development Environment
The Database Development Process
Presentation transcript:

Database Development Process Lecture # 02 Instructor: Engr. Sana Ziafat

Building an Application with a DBMS Requirements modeling (conceptual, pictures)  Decide what entities should be part of the application and how they should be linked. Schema design and implementation  Decide on a set of tables, attributes.  Define the tables in the database system.  Populate database. Write application programs using the DBMS  way easier now that the data management is taken care of.

Database Design Why do we need it?  Agree on structure of the database before deciding on a particular implementation. Consider issues such as:  What entities to model  How entities are related  What constraints exist in the domain  How to achieve good designs

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  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)

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

Information Systems Planning 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

Identify Strategic Planning Factors 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

Identify Corporate Planning Objects They define the business scope. 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

Develop Enterprise Model Functional decomposition  Iterative process breaking system description into finer and finer detail Enterprise data model Planning matrixes  Describe interrelationships between planning objects

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

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

Systems Development Life Cycle Planning Analysis Physical Design Implementation Maintenance Logical Design

Systems Development Life Cycle Planning Analysis Physical Design Implementation Maintenance Logical Design Planning – Purpose – preliminary understanding – Deliverable – request for study – Database activity – enterprise modeling and early conceptual data modeling

Systems Development Life Cycle Planning Analysis Physical Design Implementation Maintenance Logical Design Analysis Purpose–thorough requirements analysis and structuring Deliverable–functional system specifications Database activity–Thorough and integrated conceptual data modeling

Systems Development Life Cycle Planning Analysis Physical Design Implementation Maintenance Logical Design Purpose–information requirements elicitation and structure Deliverable–detailed design specifications Database activity– logical database design (transactions, forms, displays, views, data integrity and security)

Systems Development Life Cycle Planning Analysis Physical Design Implementation Maintenance Logical Design Physical Design Purpose–develop technology and organizational specifications Deliverable–program/data structures, technology purchases, organization redesigns Database activity– physical database design (define database to DBMS, physical data organization, database processing programs)

Systems Development Life Cycle Planning Analysis Physical Design Implementation Maintenance Logical Design Implementation Purpose–programming, testing, training, installation, documenting Deliverable–operational programs, documentation, training materials Database activity– database implementation, including coded programs, documentation, installation and conversion

Systems Development Life Cycle Planning Analysis Physical Design Implementation Maintenance Logical Design Maintenance Purpose–monitor, repair, enhance Deliverable–periodic audits Database activity– database maintenance, performance analysis and tuning, error corrections

SDLC Enterprise Modeling Conceptual Data Modeling Logical Database Design Physical Database Design Database Implementation Database Maintenance

Prototyping Database Methodology

Prototyping Database Methodology (Figure 2.6) (cont.)

Prototyping Database Methodology

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

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

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

Managing Projects: People Involved Business analysts Systems analysts Database analysts and data modelers Users Programmers Database architects Data administrators Project managers Other technical experts

Question ????????????????????