Exercise On EER Model
Exercise On EER Model
Every department has its chairman, and at least one professor (the chairman)
employed, thus two total relationships (double lines).
Each project has a principal investigator, one or more co-investigators and students
working on it, therefore total participation relationships.
Every student has a major department she/he works in, but its not clear whether the
students work in every department, thus in the Works at relationship a double line
from Student side and a single one from the department side.
Q2 Design a database to keep track of information for an art museum. Assume that
the following requirements were collected.
The museum has a collection of ART_OBJECTS . Each art object has a unique
IDNo, and Artist, if known, a Year (when created, if known) a Title and a
Description. The art objects are categorized in several ways, as discussed below.
ART_OBJECTS are categorized based on types. There are three main types,
Painting, Sculpture and Statue, plus an Other category for those that dont fit
into one of the categories above.
Draw an EER schema for this application. Record any assymptions you make.
Solution: