Chapter 3 Building Conceptual and Logical Diagrams


Conceptual Diagram Basics

A Conceptual Data Model (CDM) represents the structure of your database, independent of any software or data storage structure. It describes entities (things of significance to a organization) and their identifiers and other attributes, along with the relationships and inheritances that connect them.

In the following conceptual diagram, the Teacher and Student entities inherit attributes from the Person parent entity. The two child entities are linked with a one-to-many relationship (a teacher has several students but each student has only one main teacher).


In addition:

 


Copyright (C) 2008. Sybase Inc. All rights reserved.