exam questions

Exam 70-762 All Questions

View all questions & answers for the 70-762 exam

Exam 70-762 topic 1 question 102 discussion

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

HOTSPOT -
You have a table named Person.Address that includes the following columns:
✑ AddressID
✑ AddressLine1
✑ AddressLine2
✑ City
✑ StateProvinceID
✑ PostakCode
✑ RowGuid
✑ ModifiedDate
You need to create a nonclustered index on PostalCode named IX_Address_PostalCode that uses the following included columns:
✑ AddressLine1
✑ AddressLine2
✑ City
✑ StateProvinceID
How should you complete the Transact-SQL statement? To answer, select the appropriate Transact_SQL segments in the answer are.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: INDEX -

Box 2: ON -

Box 3: INCLUDE -
INCLUDE (column [ ,... n ] ) specifies the non-key columns to be added to the leaf level of the nonclustered index. The nonclustered index can be unique or non- unique.
References:
https://docs.microsoft.com/en-us/sql/t-sql/statements/create-index-transact-sql?view=sql-server-2017

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
caeesz
4 years, 5 months ago
correct
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 ...