Chapter 7: Problem 2
Discuss the options for mapping EER model constructs to relations
Short Answer
Expert verified
The mapping from EER models to relations involves transforming entities into tables, attributes into columns, and relationships into separate tables or via foreign keys. Hierarchies or categories can be mapped using methods like the single-table method, the class-table method, or the concrete-table method.