This set entered on 5-12-2014
5.1.4.3
ENTITY RELATIONSHIP DIAGRAM
it is a picture that shows all the entities in the database AND THE RELATIONSHIPS BETWEEN THEM. EACH ENTITY APPEARS ONLY ONCE IN THE ENTITY RELATIONSHIP DIAGRAM.
It has TWO purposes:
a. To help find relationships you missed, or that don’t belong
b. To serve as a ROADMAP for the database.
a. To have each ENTITY in the picture just once
b. to have all the lines necessary to explain the various relationships.
You start by drawing one box for EACH ENTITY you’ve identified, THEN drawing the lines that represent each of the relationships.
RELATED as far as FileMaker is concerned. They don’t need a direct line between them.
When two tables are INDIRECTLY CONNECTED though another table.
It denotes the “MANY” side of a relationship, and is drawn as something resembling a bird’s foot (Crow’s Foot) on the MANY side. The “ONE” side of the relationship only has a straight line connection.
the LARGER IMPLIED RELATIONSHIP is itself TO MANY
A CUSTOMER CAN HAVE MORE THAN ONE EXPENSE.
They are LINES that show DIRECT RELATIONSHIPS when the RELATIONSHIP is already IMPLIED by OTHER ENTITIES and RELATIONSHIPS. You SHOULD ALWAYS GET RID OF REDUNDANCY.
Too many lines that don’t need to be there, aka REDUNDANCY IN THE ENTITY RELATIONSHIP DIAGRAM.