exam questions

Exam 70-464 All Questions

View all questions & answers for the 70-464 exam

Exam 70-464 topic 3 question 12 discussion

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

You are evaluating the index design for the database.
You have the following requirements:
✑ minimize the amount of time it takes for usp_AttendeesReport to run
✑ minimize the amount of database fragmentation.
You need to recommend a change to Indexes.sql
Which line of code should you use to replace line 12 of Indexes.sql?

  • A. (LastName);
  • B. (FirstName) INCLUDE (LastName);
  • C. (LastName, FirstName);
  • D. (LastName) INCLUDE (FirstName);
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Topic 3, Scenario 3

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
Luzix
4 years, 7 months ago
Answer: D as no FIRST_NAME in filter
upvoted 2 times
...
raja1234567890
4 years, 8 months ago
Answer: D as no FIRST_NAME in filter
upvoted 2 times
...
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 ...