Many to Many PL/SQL - how to nest a linking table?
833847Jan 24 2011 — edited Jan 27 2011I have two objects that are linked with a many-to-many relations. These two objects have to be nested inside a third object. How should I do ?
I created the type and the table for A, I did the same for B and I finally created the linking table for A and B. How shall I nest this table inside the object C?
Thank you very much for your help as I am new to PL SQL.