hi,
I created two tables one in sql "structures" and other in plsql (using objects) "pairs" and I populate the sql table . "structures" has two column 'father' and 'mother'
and "pairs" has one column 'father_mother'.'This column contain (in each row) an object with two data elements, one the name of the father, the other name of the mother. How i write the plsql code which opens the table "structures" and inserts data into the table "pairs".
Please suggest your opinion.
Thanks
Start Free Trial