Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Object-Role Modeling?

Re: Object-Role Modeling?

From: William D. Bartholomew <wbarthol_at_gmail.com>
Date: 5 Jul 2005 15:59:49 -0700
Message-ID: <1120604389.394801.195430@g44g2000cwa.googlegroups.com>


UML is quite a flexible modelling language and can be (ab?)used quite easily for modelling relational databases. Classes are used to model tables, attributed are used to model columns, associations are used to model relationships, and operations are used to model procedures. You can also use stereotypes to add database specific attributes to any of these (eg a PK stereotype on primary keys). Received on Tue Jul 05 2005 - 17:59:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US