3.1 The ER MODEL Flashcards
is a conceptual model that represents the information structure of a problem domain in terms of entities and relationships.
entity-relationship model (ERM)
Who developed ERM
Dr. Peter Pin-Shan Chen
When was the ERM developed
1976
is a type of structural diagram for use in database design.
Entity Relationship Diagram (ERD)
What are the 3 basic elements of ERD
Entity
Attributes
Relationship
is a person, place, object, event, or concept about which the organization wishes to maintain data.
entity type
represents a collection of all entities that share common properties or characteristics. The entity type is described once in the database using meta
entity type
is a single occurrence of an entity type. For example; Mary, John, and Tom are 3 instances of the EMPLOYEE entity type.
entity instance
are the properties or characteristics of an entity. Each entity type has a set of attributes associated with it.
Attributes
association among one or more entities
relationship
is a meaningful association between or among entity types.
Relationship Type
is the association between specific entity instances.
Relationship Instance
was introduced by Peter Chen, who developed entity-relationship modeling and published his work in 1976. This notation was one of the pioneers in software and information system modeling and design.
Chen Notation
is used in Barker’s Notation, SSADM and Information Engineering. Crow’s Foot diagrams represent entities as boxes and relationships as lines between the boxes. Different shapes at the ends of these lines represent the cardinality of the relationship. Many preferred to use Crow’s Foot notation due to its simplicity.
Crow’s Feet Notation
Name the 3 types of entities
Entity / Strong Entity, Weak Entity, Associative Entity