Lesson 4 Flashcards
entity-relationship (ER) model
high-level representation of data requirements, ignoring implementation details
Entity
person, place, product, concept, or activity
Relationship
statement about two entities
Attribute
descriptive property of an entity
Reflexive relationship
relates an entity to itself
ER diagram
schematic picture of entities, relationships, and attributes
Entity type
set of things
Relationship type
set of related things
Attribute type
set of values
Entity instance
Individual thing
Relationship instance
statement about entity instances
attribute instance
Individual value
Analysis for Database Design
Conceptual design
Strong entity
entity with own primary key
can exist independent of other entities
Weak entity
entity with composite key
must depend on strong entities to exist