From ODL to Relational Schema
Start simple: a class definition has only single valued attributes
Interface product{
float price;
string name;
Enum {telephony, gadgets, books} category}
Class becomes a relation, and every attribute becomes a relation attribute:
Name Price Category
Gizmo $19.99 gadgets
Product
Previous slide
Next slide
Back to first slide
View graphic version