ERD Conceptual Model Flashcards
What does ERD stand for?
Entity-Relationship Diagram
What is the purpose of an ERD?
To visualize the relationships between entities in a database
True or False: An ERD represents the actual data in the database.
False
What is an entity in an ERD?
A person, place, object, event, or concept in the real world
What is a relationship in an ERD?
A connection or association between entities
What symbol is used to represent an entity in an ERD?
A rectangle
What symbol is used to represent a relationship in an ERD?
A diamond
What symbol is used to represent an attribute in an ERD?
An oval
What is cardinality in an ERD?
It defines the number of instances of one entity that can be associated with the number of instances of another entity
What is a primary key in an ERD?
A unique identifier for each record in a table
What is a foreign key in an ERD?
A field in one table that refers to the primary key in another table
What is an associative entity in an ERD?
An entity that exists to represent a many-to-many relationship between two other entities
What is a weak entity in an ERD?
An entity that depends on another entity for its existence
What is a subtype in an ERD?
An entity that inherits attributes from a supertype entity
What is a supertype in an ERD?
An entity that shares common attributes with one or more subtype entities