How to show MASTER & DETAIL tables in UML

From: Rizwan (hussains_at_pendylum.com)
Date: 09/30/04


Date: Wed, 29 Sep 2004 19:24:54 -0400

Hi I am a new bie to UML. I am using Rational Rose.

I have 2 tables SCH_GROUP and SCH_GROUP_DETAIL in my database. SCH_GROUP is
the master table and SCH_GROUP_DETAIL is the detail table :

SCH_GROUP
group_id (PK)
group_name

SCH_GROUP_DETAIL
group_id (PK) (FK)
attribute_id (PK)
attribute_value

How can I show these tables in my UML diagram? Should I show them as 2
classes or one class or something else?

Thanks

Rizwan