nerdexam
Zend

ZF-100-500 · Question #16

ZF-100-500 Question #16: Real Exam Question with Answer & Explanation

Sign in or unlock ZF-100-500 to reveal the answer and full explanation for question #16. The question stem and answer options stay visible for context.

Question

You have a table created as follows: create table foo (c1 int, c2 char(30), c3 int, c4 char(10)) If column c1 is unique, which of the following indexes would optimize the statement given below? Select distinct (c1), c3 from foo where c1=10

Options

  • Acreate unique index foox on foo (c1) include (c3)
  • Bcreate index foox on foo (c1)
  • Ccreate index foox on foo (c1,c3)
  • Dcreate unique index foox on foo (c1,c3)

Unlock ZF-100-500 to see the answer

You've previewed enough free ZF-100-500 questions. Unlock ZF-100-500 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full ZF-100-500 Practice