Entity Relationship Modeling (Week 2) Flashcards
Entities
Object of interest to the end user
Entity Instance / Occurence
A table row in ERM
Attributes
Characteristics of Entities (columns in table)
Required Attribute
Attributes that must have a value
Optional Attribute
Attribute that does not require a value
Domain
A set of possible values for a given attribute
Identifiers
One or more attributes that uniquely identify each entity instance (Primary Key)
Composite Identifier
A primary key composed of more than one attribute
Derived/Computed Attribute
Attribute whose value is calculated (derived) from other attributes via an algorithm (not physically stored within the database)
Participants
Entities that participate in a relationship
Cardinality
Expresses the minimum and maximum number of entity occurrences with one occurrence of the related entity
Existence - Dependent
A property of an entity whose existence depends on one or more other entities
Existence - Independent
A property of an entity that can exist apart from one or more related entities
Strong entity
An entity that is existence-independent, can exist apart from all of its related entities
Weak (Non-Identifying) Relationships
A relationship in which the primary key of the related entity does not contain a primary key component of the parent entity
Strong (Identifying) Relationship
Exist when the primary key of the related entities contain a primary key component of the parent entity
Weak Entity
An entity that displays existence dependence and inherits the primary key of its parent entity
Relationship Degree
Number of entities or participants associated with a relationship. Can be unary, binary, temary or higher
Unary Relationship
Describe an association within an entity i.e. Employee might manage another employee
Binary Relationship
Relationship between two entities
Ternary Relationship
Relationship between three entities i.e. Doctor, Drug & Patient
Recursive Relationship
A relationship can exist between occurrences of the same entity set
Single-Valued Attributes
An attribute with a single value i.e. serial number
Cannot be subdivided into meaningful components
Multivalued Attributes
Have many values
An attribute that can have many values for a single entity occurrence
I.e. Degree, can have various strings i.e. BBA, MBA, PHD
Composite Attribute
An attribute that can be further subdivided to yield additional attributes i.e. phone number can divide into area code