Microsoft
70-432 · Question #126
70-432 Question #126: Real Exam Question with Answer & Explanation
Sign in or unlock 70-432 to reveal the answer and full explanation for question #126. The question stem and answer options stay visible for context.
Question
You are mastering the company database, including the SQL Server 2005 database which include a table called Production. Product. The table has more than 50 columns The most common queries are listed below Transact-SQL statements. --QUERY 1SELECT [Name], [ProductLine], [ListPrice], [Class], [Style] FROM [Production]. [Product]WHERE [ProductLine] = 'T' --QUERY 2SELECT * FROM [Production]. [Product] ORDER BY [Name] When you are minimizing the space required for the indexes. You should select the best indexes to maintain the most common searched to the Production. Product table Which is the correct answer?
Options
- AYou should develop a clustered index on the Name column.
- BYou should develop a nonclustered index on the Name column.
- CYou should develop a clustered index on the ProductLine, ListPrice, Class and Style columns.
- DYou should develop a nonclustered index on the ProductLine, ListPrice columns.
Unlock 70-432 to see the answer
You've previewed enough free 70-432 questions. Unlock 70-432 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.