Hi, here is second part of
2332708
Know i have created another table EXPENSES (person_ID, expense_name, cost) with foreign key(person_ID) from first table PERSONS.
And what i need to do is generate 50 rows for each person, generate expense name from DBMS_RANDOM and generate cost using DBMS_RANDOM as numbers between 1 and 1000. Could anybody help me with this, as i sed i am pretty new to oracle, so i am learning :)