InterviewSolution
Saved Bookmarks
| 1. |
Can You Skip Header Records While Loading? |
|
Answer» You can use the SKIP PARAMETER to skip number of RECORDS. In addition, you can use SKIP=1 to skip the header record. You can use the SKIP parameter to skip number of records. In addition, you can use SKIP=1 to skip the header record. |
|