-
Duplicate Records
If 5 records are there in source, how will you make 10 in targets (double the number of records in source, duplicate source records)?
-
Fast Record Append
Which is the faster way - Adding a record at the beginning of a file or adding a record at the end of a file? Explain