Chapter 3 (ER Model) Flashcards
is a basic concept for the E R model. specific things or objects in the mini-world that are represented in the database.
Entities
properties used to describe an entity
Attributes
Each attribute has a _____ (or data type) associated with it
value set
Types of Attributes
Single
Composite
Multi-valued
Entities with the same basic attributes are grouped or typed into an ________
entity type
An attribute of an entity type for which each entity must have a unique value is called a ________ of the entity type.
key attribute
Each key is _____
underlined
Each entity type will have a collection of entities stored in the database called the
entity set or sometimes entity collection
Each simple attribute is associated with a _______
value set
specifies the set of values associated with an attribute
value set
A ________relates two or more distinct entities with a specific meaning.
relationship
Relationships of the same type are grouped or typed into a _______-
relationship type
The degree of a relationship type is the number of _________
participating entity types
Is the schema description of a relationship, identifies relationship name and participating entity types, and certain relationship constraints
relationship type
The current set of relationship instances represented in the database, the current state of a relationship type
Relationship Set
Constraints on Relationship Types also known as
ratio constraints
specifies maximum participation
Cardinality Ratio
specifies minimum participation
Existence Dependency Constraint
Existence Dependency Constraint also known as
participation constraint
A relationship type between the same participating entity type in distinct roles
Recursive Relationship Type
Recursive Relationship Type also called
self-referencing relationship type
An entity that does not have a key attribute and that is identification-dependent on another entity type
weak entity type
A weak entity must participate in an ________ with an owner or identifying entity type
identifying relationship type