nerdexam
IBM

A2090-614 · Question #48

A2090-614 Question #48: Real Exam Question with Answer & Explanation

Sign in or unlock A2090-614 to reveal the answer and full explanation for question #48. The question stem and answer options stay visible for context.

Question

The following query is executed frequently against the SALES table: SELECT sales_id, sales_date, sales_person FROM sales; If data in the SALES_ID column is unique, which statement will create an index for optimal query performance and ensure uniqueness of the SALES_ID column?

Options

  • ACREATE INDEX sales_idx ON sales (sales_id, sales_date, sales_person)
  • BCREATE UNIQUE INDEX sales_idx ON sales (sales_id, sales_date, sales_person)
  • CCREATE INDEX sales_idx ON sales (sales_id) INCLUDE (sales_date, sales_person)
  • DCREATE UNIQUE INDEX sales_idx ON sales (sales_id) INCLUDE (sales_date, sales_person)

Unlock A2090-614 to see the answer

You've previewed enough free A2090-614 questions. Unlock A2090-614 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 A2090-614 Practice