Creating an object relational schema from a Class diagram

Posted by Caylem on Stack Overflow See other posts from Stack Overflow or by Caylem
Published on 2010-05-12T15:50:11Z Indexed on 2010/05/12 15:54 UTC
Read the original article Hit count: 248

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

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about oracle10g