quiz 4 Flashcards
Which term defines the smallest number of permitted records in a related entity?
Minimum cardinality
Which of the following is a term for the number of permitted records in a related entity?
Cardinality
Which of the following is a term for an entity that stores values to help enforce consistency in database entry?
Lookup
Which of the following best defines the function of a linking entity?
An entity used to resolve a many to many relationship into two one to many relationships
Which term defines the highest number of permitted records in a related entity?
Maximum cardinality
Which of the following is the term for a key that is composed of an arbitrary or random value?
Surrogate key
What is a weak entity?
it is an entity that cannot be uniquely identified by its attributes alone; therefore, it must use a foreign key in conjunction with its attributes to create a primary key. The foreign key is typically a primary key of an entity it is related to.