nerdexam
Oracle

1Z0-047 · Question #193

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))…

The correct answer is C. DEFAULT DIRECTORY. See the full explanation below for the reasoning.

Question

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));

Options

  • ATYPE
  • BREJECTLIMIT
  • CDEFAULT DIRECTORY
  • DACCESS PARAMETERS

How the community answered

(47 responses)
  • A
    6% (3)
  • B
    9% (4)
  • C
    81% (38)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-047 Practice