Presentation is loading. Please wait.

Presentation is loading. Please wait.

An Entity Relationship (ER) Diagram is a graphic that shows the interrelationship between entities in a database.

Similar presentations


Presentation on theme: "An Entity Relationship (ER) Diagram is a graphic that shows the interrelationship between entities in a database."— Presentation transcript:

1 An Entity Relationship (ER) Diagram is a graphic that shows the interrelationship between entities in a database.

2 The symbols used in ER Diagrams are Boxes, Diamonds and Ovals. 1) Boxes are commonly used to represent entities. 2) Diamonds are normally used to represent relationships. 3) Ovals are used to represents attributes.

3 A one-to-one relationship is when the primary record have only one related record. A stock table contains exactly one record in a stock detail table. Both tables have the same Stock Id as primary key. In the stock detail table, Stock Id is the primary key and also a foreign key to stock table. This is one of the common ways to define one-to-one relationship.

4 A one to many relationship is a relation in which one record in a table is related to many records in another table. An example of this is a stock table which has many occurrences in a stock daily record table.

5 A many-to-many relationship is a data relationship in which the value of 1 data element can be combined with many values of another data element and vice versa. For example, in a library database, one record in the Titles table could relate to several records in the Borrower table, since several people might have signed out copies of the same book.


Download ppt "An Entity Relationship (ER) Diagram is a graphic that shows the interrelationship between entities in a database."

Similar presentations


Ads by Google