exam questions

Exam 70-464 All Questions

View all questions & answers for the 70-464 exam

Exam 70-464 topic 1 question 88 discussion

Actual exam question from Microsoft's 70-464
Question #: 88
Topic #: 1
[All 70-464 Questions]

You administer an instance of SQL Server.
You are tasked with tuning a common set of queries. You have the results of several test executions, along with query plans. The schema and the data for all database object(s) used remain unchanged between executions. The QueryTime column is defined as a computed column that uses the GETDATE() system function. The query plans and results are shown below:


You need to make an initial diagnosis of the situation, based solely on this input
Which two statements can you make about the performance characteristics of this query? Each correct answer presents a complete solution. Choose two.

  • A. The queries would perform better if the index named AccountNumber included the Name and QueryTime column.
  • B. The queries would perform worse if the index named AccountNumber included the NameColumn.
  • C. The queries would perform better if the index named AccountNumber included the Name column.
  • D. The object Account is a table, with an index having a leading column of AccountNumber and a Clustered Index named PKAccount.
  • E. The object Account is an indexed view, with an index having a leading column of AccountNumber and a Clustered Index named PKAccount.
  • F. The object Account is a view, joining the Account-AccountNumber and Account.PKAccount objects together.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...