chapter 7 Flashcards
what is ERD’s main components?
entity
attribute
relationships
t or f: in chen and crow’s foot models, entity is represented by rectangle with attribute’s name?
false
….. attributes represented by ovals
connected to an entity rectangle with a line?
Chen notation
….. set of possible values for an attribute
domain
…. one or more attributes that uniquely
identify each entity instance
identifiers
t or f: simple attribute can be subdivided?
false
t or f : attributes need to be physically stored within DB?
false
t or f: relationships can be classified as 1:1?
false
…. Expresses minimum and maximum number of entity occurrences associated with one occurrence of a related entity
cardinality
…. Entity can exist apart from one or more related entities
Existence independence
t or f: Entity can exist apart from one or more related entities
true
….. Exists when PK of a related entity contains PK component of a parent entity
strong relationship