ERD Logical Model Flashcards
What does ERD stand for?
Entity Relationship Diagram
What is the purpose of a Logical Model ERD?
To visually represent the logical structure of a database
True or False: Logical Model ERD focuses on the relationships between entities in a database.
True
What is an entity in an ERD?
A person, place, object, event, or concept in the real world that can be uniquely identified
What is an attribute in an ERD?
A characteristic or property of an entity
True or False: An ERD can include both primary and foreign keys.
True
What is a relationship in an ERD?
Describes how entities are related to each other
What symbols are used to represent entities in an ERD?
Rectangles
What symbols are used to represent attributes in an ERD?
Ovals
What symbols are used to represent relationships in an ERD?
Diamonds
What is cardinality in an ERD?
Describes the number of instances of one entity that can be associated with the number of instances of another entity
What is a weak entity in an ERD?
An entity that cannot be uniquely identified by its attributes alone
What is a composite attribute in an ERD?
An attribute that can be further subdivided into smaller parts
What is an associative entity in an ERD?
An entity that resolves a many-to-many relationship
What is a recursive relationship in an ERD?
A relationship where an entity is related to itself