Hi,
I have to populate a table(table1) from flat file.
One of the fields is foreign key i.e. it refers table2.
The flat file has the foreign key missing so I have to populate it with the help of table2.
what is the general way to do it ?
Thanks in advance.