The IMPORT utility in DB2 supports the ________ option, which allows for skipping header rows in the input file.

  • SKIPHEADER
  • LOAD
  • DEL
  • DDL
The correct option is option 1: SKIPHEADER. This option instructs the IMPORT utility to skip header rows present in the input file while importing data into DB2 tables. Skipping header rows is essential when the input file contains column headers or other non-data information that should not be imported into the database tables. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *