nerdexam
Oracle

1Z0-146 · Question #143

Click on the EXHIBIT button and examine the structure of the DEPARTMENT and EMPLOYEE tables. Evaluate this SQL statement: CREATE INDEX emp_dept_id_idx ON employee(dept_id); Which result will the…

The correct answer is C. May reduce the amount of disk I/O for SELECT statements. See the full explanation below for the reasoning.

Question

Click on the EXHIBIT button and examine the structure of the DEPARTMENT and EMPLOYEE tables. Evaluate this SQL statement:

CREATE INDEX emp_dept_id_idx ON employee(dept_id); Which result will the statement provide?

Exhibit

1Z0-146 question #143 exhibit

Options

  • AStore an index in the EMPLOYEE table.
  • BIncrease the chance of full table scans.
  • CMay reduce the amount of disk I/O for SELECT statements.
  • DMay reduce the amount of disk I/O for INSERT statements.
  • EOverride the unique index created when the FK relationship was defined.

How the community answered

(54 responses)
  • A
    6% (3)
  • B
    4% (2)
  • C
    76% (41)
  • D
    2% (1)
  • E
    13% (7)

Community Discussion

No community discussion yet for this question.

Full 1Z0-146 Practice