nerdexam
Microsoft

70-451 · Question #40

70-451 Question #40: Real Exam Question with Answer & Explanation

The correct answer is C. Rewrite the WHERE clause to use a LIKE statement.. See the full explanation below for the reasoning.

Question

You have a table named Table1. A sample of the data in Table1 is shown in the following table. There is a defined nonclustered index on the SalesOrderNumber column. The following query executes against the table. WHERE `SO3' = LEFT (SalesOrderNumber,3) You need to minimize the amount page I/O that is generated when the query runs. What should you do?

Options

  • AUse a query hint.
  • BAdd a non-filtered index.
  • CRewrite the WHERE clause to use a LIKE statement.
  • DRewrite the WHERE clause to use a substring function on the SalesOrderNumber column.

Community Discussion

No community discussion yet for this question.

Full 70-451 Practice