Entity Relationship Modeling Flashcards
What is an Entity Relationship Diagram?
It is a conceptual database as viewed by the end user
What are the main components of the ERD?
Entities
Attributes
Relationships
What are the 3 different ERD notations?
The Chen notation
The Crow’s Foot notation
The UML notation
What does the object of interest to the end user refer to?
It refers to the entity set and not to a single entity occurrence
What does the ERM correspond to?
It corresponds to a table in the relational environment
How is an entity represented in Chen. Crow’s Foot, and UML notations?
It is represented by a rectangle that contains the entity’s name
What are the characteristics of a required attribute?
Must have a value and cannot be left empty
What are the characteristics of a optional attribute?
Does not require a value and can be left empty
What are the characteristics of a domain?
Set of possible values for a given attribute
What are the characteristics of a identifier?
One or more attributes that uniquely identify each entity instance
What are the characteristics of a composite identifier?
Primary key composed of more than one attribute
What are the characteristics of a composite attribute?
Attribute that can be subdivided to yield additional attributes
What are the characteristics of a simple attribute?
Attribute that cannot be subdivided
What are the characteristics of a single-valued attribute?
Attribute that has only a single value
What are the characteristics of a multivalued attributes?
Attributes that have many values