Conceptual Design versus Logical Design. Conceptual Data Design Prepared at beginning of project High level view of how the client sees the data Top down.

Slides:



Advertisements
Similar presentations
Logical and Physical Design of an Information System
Advertisements

1 Information Systems Development (ISD) Systems Development Life Cycle Overview of Analysis Phase Overview of Design Phase CP2236: Information Systems.
Chapter 4 Enterprise Modeling.
1 The Database Application Development Process The Database Application Development Process.
Entity-Relation Modeling Hun Myoung Park, Ph.D., Public Management and Policy Analysis Program Graduate School of International Relations International.
IMS1805 Systems Analysis Topic 4: How do you do it? Guidelines for doing analysis (continued from last week)
Database Design (Data Modeling) DCO11310 Database Systems and Design By Rose Chang.
Entity Relationship Diagrams Basic Elements and Rules.
Typical SDLC Feasibility study Feasibility study Plan Plan Analysis Analysis Design Design Development) Development) Testing Testing Validation Validation.
1 Agenda 01/13/05 Announcement Database Development Process (Chapter 2)
Review Questions Model-driven development techniques emphasize the drawing of models to help visualize and analyse problems, define business requirements,
WELL-DESIGNED DATABASES Process faster Easy to develop and maintain Easy to read and write code.
Data Modeling Introduction. Learning Objectives Define key data modeling terms –Entity type –Attribute –Multivalued attribute –Relationship –Degree –Cardinality.
Mrs. Maninder Kaur Mrs. Maninder Kaur 1 Architecture of DBMS
Software Design Description (SDD) Diagram Samples
© 2003 McGraw-Hill Australia Pty Ltd, PPTs t/a Accounting Information & Reporting Systems by A. Aseervatham and D. Anandarajah. Slides prepared by Kaye.
Entity Relationship Modeling
Logical Relational Database Design. Logical Relational Design Purpose of logical data design is to represent application data in the form of related 2-dimensional.
Database Design Concepts
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 9.1.
Module 4: Systems Development Chapter 13: Investigation and Analysis.
Phase 2: Systems Analysis
© 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 1 A Discipline of Software Design.
Database Design - Lecture 2
PRJ566 Project Planning and Management
ITEC 3220M Using and Designing Database Systems
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
1 Chapter 15 Methodology Conceptual Databases Design Transparencies Last Updated: April 2011 By M. Arief
Chapter 2 Data Models Database Systems: Design, Implementation, and Management, Rob and Coronel Adapted for INFS-3200.
10/3/2012ISC329 Isabelle Bichindaritz1 Logical Design.
Database Administration COMSATS INSTITUTE OF INFORMATION TECHNOLOGY, VEHARI.
Database Design Principles – Lecture 3
1 ISA&D7‏/8‏/ ISA&D7‏/8‏/2013 Information Gathering Prototypes Structured Walkthrough.
Lecture 4 Conceptual Data Modeling. Objectives Define terms related to entity relationship modeling, including entity, entity instance, attribute, relationship,
Database Design – Lecture 5 Conceptual Data Modeling – adding attributes.
Chap. 5 Building Valid, Credible, and Appropriately Detailed Simulation Models.
Chapter 4 enterprise modeling
WXGE 6101 DATABASE CONCEPTS & IMPLEMENTATIONS. Lesson Overview The Relational Model Terminology of relational model. Properties of database relations.
Database Design – Lecture 4 Conceptual Data Modeling.
Crisis Line/Safe House Case Management System Martin Zhao Mercer University.
INTRODUCTION TO DATABASE DESIGN. Definitions Database Models: Conceptual, Logical, Physical Conceptual: “big picture” overview of data and relationships.
Logical (Information Level) Design of Relational Databases.
1 DATABASE TECHNOLOGIES (Part 2) BUS Abdou Illia, Fall 2015 (September 9, 2015)
BIS 245 Academic professor/tutorialrank.com For more course Tutorials
Entity relationship diagram Name: Quian Crosby Form:6AQ Subject: Information Technology Teacher: Ms. D. Anderson.
Done By : Gillian Swaby. Objectives: 1. What is an Entity-Relationship Diagram? 2.What are the symbols used in ERD? Explain each. 3. What is a one- to-
Entity Relationship Diagram (ERD). Objectives Define terms related to entity relationship modeling, including entity, entity instance, attribute, relationship.
Detailed Data Modeling. Outline Data Modeling Modeling Constructs –Entities –Relationships –Cardinality Model Basic Rules Advanced Rules Prototyping Process.
Logical Database Design Transparencies 1. ©Pearson Education 2009 Objectives How to create a set of tables from an ER model. How to check that the tables.
Microsoft Access 2010 Chapter 11 Database Design.
Logical Design 12/10/2009GAK1. Learning Objectives How to remove features from a local conceptual model that are not compatible with the relational model.
DBS201: Data Modeling. Agenda Data Modeling Types of Models Entity Relationship Model.
MBI 630: Week 9 Conceptual Data Modeling and Designing Database 6/10/2016.
ENTITY RELATIONSHIP DIAGRAM. Objectives Define terms related to entity relationship modeling, including entity, entity instances, attribute, relationship.
BIS 245 Entire Course (Keller) BIS 245 Final Exam (Keller)  BIS 245 Week 1-7 All Discussion Questions  BIS 245 Week 1 Lab 1 Introduction to MS Visio.
Logical Database Design and the Rational Model
Database Development (8 May 2017).
Database Design – Lecture 4
System Design.
Main Phases of a Database Design
BIS 245 Lessons in Excellence / bis245.com
Order Database – ER Diagram
Technical Module A Data Modeling Definitions
Review of Week 1 Database DBMS File systems vs. database systems
Database.
Systems Design Project Deliverable 3
Members: Keshava Shiva Sanjeeve Kareena
Entity-Relationship Diagram (ERD)
Information Systems Development (ISD) Systems Development Life Cycle
Shelly Cashman: Microsoft Access 2016
Presentation transcript:

Conceptual Design versus Logical Design

Conceptual Data Design Prepared at beginning of project High level view of how the client sees the data Top down process Not concerned with details Normally prepared using brainstorming approach Identification of Entities, Attributes and Relationships represented using Entity Relationship Diagram ERD is constantly modified as project progresses and more is learnt about application’s data

Logical Data Design Detailed representation of application’s data Bottom-up process Purpose of logical data design is to represent application data in the form of related 2- dimensional relations which will correspond to the tables created in a relational database Details obtained by analysing representative samples of application’s user views or prototyping user views

User View A user view is a view of the data presented by the application to the user, i.e. a set of requirements that are necessary to support the operations of a particular user User views may include: input screen, output screen, input form, detailed report, summary report User view should present sample data User view may be either a prototype or an actual sample Should collect a representative sample of user views from different areas in the application Technique of normalization is applied to each user view to identify relations (i.e. tables)