Exit 70-433 TS: Microsoft SQL Server 2008, Database Development
Question 1 of 5
0% complete
Q1 Single choice

.
Click the exhibit button.

You have the following query:

SELECT EmployeeID, ManagerID, LoginID
FROM dbo.Employees
WHERE ManagerID = 1500
ORDER BY ManagerID;

You have been tasked to force the query to use the execution plan in the exhibit. You need to use an appropriate hint to perform the task.

Which hint should you use?

  • A

    INDEX(0)

  • B

    INDEX(1)

  • C

    INDEX(PK_Employees)

  • D

    INDEX(IX_Employees)

Previous Next