(40 points) Go back to the ODL schema from Step 2. Use the method
taught in class and convert from ODL to relations (This is also
described in your textbook). Do not circumvent this step or try to
get creative here! Just do a plain, simple, conversion from ODL to
relations (Your solution will be graded on how effectively you
are able to do this transformation; not on the quality of the final
output relations). Recall that every class gets its own relation
and every relation *has* to come from a class. Relationships *do not*
get their own relation.
Follow strictly this procedure; do
not attempt to be creative!
Underline key attributes in your relation
schema. Your answer should consist of several lines of the
form:
Relation1(attr1,attr2,attr3,...,attrn)
....
Attach a copy of your ODL schema.