InterviewSolution
Saved Bookmarks
| 1. |
What is a foreign record insert? |
|
Answer» When an IMPORT does a modification to a table that is not the TARGET table for that PARTICULAR import, then a foreign record insert happens. This occurs when you try to update a REFERENCE FIELD on a table. |
|