Which mandatory clause has to be added to the following statement to successfully create
an external table called EMPDET? CREATE TABLE empdet (empno CHAR(2), ename
CHAR(5), deptno NUMBER(4)) ORGANIZATION EXTERNAL (LOCATION (’emp.daf));
A.
REJECT LIMIT
B.
DEFAULT DIRECTORY
C.
TYPE
D.
ACCESS PARAMETERS