EER Flashcards

1
Q

Multi valued Attributes favored over

A

Compound Attributes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Union

A
Employee
      |
      |
      |
     U
      |
Technician

The technician inherits all of the employee attributes in addition to its own

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Disjoint

A
Employee
      |                      
      d---------U---- Secretary 
      |
     U
      |
Technician

An employee can either be a secretary or technician, but not both. (XOR)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Sub classes and Super classes

A
Employee
      |                      
      d---------U---- Secretary 
      |
     U
      |
Technician

The technician and secretary are sub classes of employee. The employee is a super class of secretary and technician.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Specialization

A

Process of defining a set of sub classes of an entity type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Generalization

A

Start with subclasses and define superclasses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Overlap (o)

A

Specifies that sublcasses are not constrained to be disjoint

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Completeness Constraint

A

Says that every entity must be one of the subclasses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly