Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How we identify the relation direction in an ER diagram if we use Chens notation?

How we identify the relationship direction in Chen notation?. If we add A has B relationship then can anyone read it as B has A ?

like image 255
Sanjaya Liyanage Avatar asked Apr 11 '13 05:04

Sanjaya Liyanage


People also ask

What is Chen's notation in ERD?

Chen's database notation is useful for modeling the basics of entities and relationships, because it presents an abstract view of the associations. These diagrams are a good entry step to understanding the database structure, especially for basic databases or examples.

How do you read an ERD notation?

You read the diagrams first from left to right and then from right to left. In the case of the name-address relationship in following figure, you read the relationships as follows: names can be associated with zero or exactly one address; addresses can be associated with zero, one, or many names.

What shape is used on the Chen's notation to represent an attribute?

Attributes are the properties or characteristics of entities. In Chen notation, one of the two most commonly used ways to draw an ERD, attributes are represented as an oval.

Which notation is used in ER diagram?

There are a number of notations used to present cardinality in ER diagrams. Chen, UML, Crow's foot, Bachman are some of the popular notations. Creately supports Chen, UML and Crow's foot notations.


1 Answers

I think I found an answer for my question after a long time. It is the name of the relationship which provides the direction of the relationship in chen's notation.

enter image description here

This image describe it well

like image 184
Sanjaya Liyanage Avatar answered Oct 01 '22 20:10

Sanjaya Liyanage