Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How could I create many to many association in Object Relaitonal DB

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

How could I create many to many association in Object Relational Database? How could I implement association classes as tables with objects and many to many association as the nested attributes of type set of onject references.

How could I insert value into these tables?

Please HELP.
 
This the one of the basic concepts of RDB.

for a M:M relationship you must use a relation table that holds the two PK
from the tales you want to connect.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top