📚 Practice Mode
SQL Functions, Indexing, and SQL*Loader Quiz
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Answers
Pick the correct options about Control File
- The LOAD DATA statement is required at the beginning of the control file.
- The INFILE option specifies where the input file is located
- Specifying BADFILE, then bad records found during loading will be stored in this file.
- Specifying DISCARDFILE , then records which do not meet a WHEN condition will be written to this file.
- Field Seperator - how the fields are separated in input file.