Examine these commands: [oracle@host01 ~]$$ sqlplus u1/oracle SQL> SELECT * FROM emp; ENO ENAME DN ------------------------------------------------------------1 Alan 2 2 Ben 2 SQL> exit
[oracle@host01 ~]$$ cat emp.dat 1, Alan, 2 3, Cur1, 4 4, Bob, 4 [oracle@host01 ~]$ sqlldr u1/oracle
TABLE=emp Which two statements are true about the sqlldr execution? (Choose two.)