Specialization
Treat entity set which is a specialization of one or more other entity sets as a weak entity set
- Empty discriminator set
- Existence dependent on each of the other entity sets
Example
Graduate constraints:
foreign key ( StudentNumber ) references Student
- `foreign key ( ProfessorName ) references Professor
Degree constraints:
foreign key ( StudentNumber ) references Graduate