InterviewSolution
Saved Bookmarks
| 1. |
How can we process two files by comparing key fields? |
|
Answer» There are 2 possible APPROACHES for this:
To make the process easier, we can avoid a lot of I-O operations by reading data to the local array table and then processing the records from there. |
|