InterviewSolution
Saved Bookmarks
| 1. |
What Is Buffer-copy? |
|
Answer» Buffer-COPY is ONE STATEMENT. This is used to bulk copy of a source RECORD to a target record by copying each source field to the target field of the same NAME. Buffer-Copy is one statement. This is used to bulk copy of a source record to a target record by copying each source field to the target field of the same name. |
|