Week 12 UAS Flashcards Preview

Database Systems > Week 12 UAS > Flashcards

Flashcards in Week 12 UAS Deck (11)
Loading flashcards...
1
Q

The concept of specialization/generalization is associated with special types of entities known as?

A
  1. Superclass: An entity type that includes one or more distinct subgroupings of its occurrences.
  2. Subclass: A distinct subgrouping of occurrences of an entity type.
2
Q

What is specialization?

A

Process of maximizing differences between members of an entity by identifying their distinguishing characteristics.

3
Q

What is Generalization?

A

Process of minimizing differences between entities by identifying their common characteristics.

4
Q

4 categories of constraints of specialization and generalization?

A
  1. mandatory and disjoint
  2. optional and disjoint
  3. mandatory and nondisjoint
  4. optional and nondisjoint.
5
Q

two constraints that apply to a specialization/generalization?

A
1. participation constraints
Determines whether every member in superclass must participate as a member of a subclass.
2. disjoint constraints
Describes relationship between members of the subclasses and indicates whether member of a superclass can be a member of one, or more than one, subclass.
6
Q

Concepts of the ER Model?

A
  1. Entity types
    Group of objects with same properties, identified by enterprise as having an independent existence.
  2. Relationship types
    Set of meaningful associations among entity types.
  3. Attributes
    Property of an entity or a relationship type.
7
Q

Attributes can be classified as being?

A
  1. Simple Attribute
    Attribute composed of a single component with an independent existence.
  2. Composite Attribute
    Attribute composed of multiple components, each with an independent existence.
  3. Single-valued Attribute
    Attribute that holds a single value for each occurrence of an entity type.
  4. Multi-valued Attribute
    Attribute that holds multiple values for each occurrence of an entity type.
  5. Derived Attribute
    Attribute that represents a value that is derivable from value of a related attribute, or set of attributes, not necessarily in the same entity type.
8
Q

Keys?

A
  1. Candidate Key
    Minimal set of attributes that uniquely identifies each occurrence of an entity type.
  2. Primary Key
    Candidate key selected to uniquely identify each occurrence of an entity type.
  3. Composite Key
    A candidate key that consists of two or
    more attributes.
9
Q

Entity Type?

A
  1. Strong Entity Type
    Entity type that is not existence- dependent on some other entity type.
  2. Weak Entity Type
    Entity type that is existence- dependent on some other entity type.
10
Q

What is Multiplicity?

A

the number (or range) of possible occurrences of an entity type that may relate to a single occurrence of an associated entity type through a particular relationship.

Multiplicity is made up of two types of restrictions on relationships: cardinality and participation.
1. Cardinality
Describes maximum number of possible relationship occurrences for an entity participating in a given relationship type.
2. Participation
Determines whether all or only some entity occurrences participate in a relationship.

11
Q

Problems with ER Models?

A
  1. Fan Trap
    Where a model represents a relationship between entity types, but pathway between certain entity occurrences is ambiguous.
  2. Chasm Trap
    Where a model suggests the existence of a relationship between entity types, but pathway does not exist between certain entity occurrences.