Chapter 4 Flashcards
What is a strong entity?
When you delete a record in one table will illuminate the record in the other table. For example, remove a record in “employee” table will affect the record in the “dependent” table.
What is a weak entity?
When deleting a record in the “dependent” table will not affect the “employee” table.
What is an Existence dependence?
Entity exists in the database only when it is associated with another related entity occurrence
What is an Existence INdependence?
Entity exists apart from all of its related entities
Referred to as a strong entity or regular entity
What is Required attribute?
Must have a value, cannot be left empty
What are the characters of Optional attribute?
Does not require a value, can be left empty
What are the characters of Domain?
Set of possible values for a given attribute
What are the characters of Identifiers (Primary Keys)?
One or more attributes that uniquely identify each entity instance
What is a Simple attribute?
A derived attribute is an attribute or property in a table that has been calculated or derived using other attributes in the database.
What is a Composite attribute?
Attribute that can be subdivided to yield additional attributes
What is a Single-valued attribute?
Attribute that has only a single value
What are Multivalued attributes?
Attributes that have many values and require creating: Several new attributes, one for each component of the original multivalued attribute
What is a Derived attribute?
Attribute whose value is calculated from other attributes: Derived using an algorithm
What are Participants?
Entities that participate in a relationship
What is Connectivity?
Describes the relationship classification