Creating an object relational schema from a Class diagram
- by Caylem
Hi Ladies and Gents.
I'd like some help converting the following UML diagram:
UML Diagram
The diagram shows 4 classes and is related to a Loyalty card scheme for an imaginary supermarket.
I'd like to create an object relational data base schema from it for use with Oracle 10g/11g. Not sure where to begin, if somebody could give me a head start that would be great.
Looking for actually starting the schema, show abstraction, constraints, types(subtypes, supertypes) methods and functions.
Note:
I'm not looking for anyone to make any comments regarding the actual classes and whether changes should be made to the Diagram, just the schema.
Thanks