27. In a many-to–many unary relationship an occurrence of one entity type can be
associated with many occurrences of the same entity type.
28. A ternary relationship involves three different entity types.
29. In a ternary relationship, an occurrence of one entity type is associated with exactly
three occurrences of another entity type.
30. A dependent entity would be of no use to a business environment if the entity that it
depends on is no longer of use.
Problems
1. Draw an entity-relationship diagram that describes the following business environment.
Central Zoo wants to maintain information about its animals, the enclosures in which
they live, and its zookeepers and the services they perform for the animals. In addition,
Central Zoo has a program by which people can be sponsor of animals. Central Zoo
wants to track its sponsors, their dependents, and associated data.
Each animal has a unique animal number, species, name (Jumbo, Fred, etc.), gender,
country of birth, and weight. Enclosures have a unique enclosure number, type (cage,
fenced field, etc.), location, size, and date built. An animal can live in only one
enclosure. An enclosure can have several animals in it or it can be currently empty. A
zookeeper has a unique employee number, employee name, title, and year hired. Some
zookeepers supervise other zookeepers. Every animal has been cared for by at least one
and generally many zookeepers; each zookeeper has cared for at least one and generally
many animals. Each time a zookeeper performs a specific, significant service for an
animal the service type, date, and time are recorded.