Multiple choice technology databases

Command used to import the data from flat files?

  1. imp

  2. sqlloader

  3. sqlldr

  4. exp

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

sqlldr is the Oracle SQL*Loader utility command-line tool used to import data from flat files into database tables. The 'sqlldr' command is invoked with a control file that specifies the data format and target table. 'imp' is the old Import utility, 'exp' is Export, and 'sqlloader' is not the correct spelling.