exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 108 discussion

Actual exam question from Microsoft's 98-364
Question #: 108
Topic #: 1
[All 98-364 Questions]

HOTSPOT -
Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

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
gtc108
Highly Voted 5 years, 4 months ago
A clustered index sorts and stores the data rows of the table or view in order based on the index key. This type of index is implemented as a B-tree structure that supports fast retrieval of the rows, based on their key values. - YES
upvoted 6 times
Pk
5 years, 1 month ago
Correct answer is No - clustered index sorts the data rows, not columns.
upvoted 10 times
Jovial
5 years ago
What about 2nd answer isnt it supposed to be non clustered index as to create a new clustered index it cant be same as the primary key which creates the clustered index right ????
upvoted 1 times
defcon1
3 years, 6 months ago
A nonclustered index can be defined on a table or view with a clustered index or on a heap. https://docs.microsoft.com/en-us/sql/relational-databases/indexes/indexes?view=sql-server-ver15
upvoted 1 times
...
...
...
...
defcon1
Most Recent 3 years, 6 months ago
Correct is NO YES YES NO https://docs.microsoft.com/en-us/sql/relational-databases/indexes/indexes?view=sql-server-ver15
upvoted 2 times
...
adilene
3 years, 9 months ago
ESTA PERFECTA LA RESPUESTA: https://docs.microsoft.com/es-es/sql/relational-databases/indexes/indexes?view=sql-server-ver15
upvoted 1 times
...
urcoh
4 years ago
No,no,yes,no.
upvoted 1 times
...
guzmanjd2
4 years, 4 months ago
Question 1 is 'NO' ----->"Clustered indexes sort and store the data rows in the table or view based on their key values. "---https://docs.microsoft.com/en-us/sql/relational-databases/indexes/clustered-and-nonclustered-indexes-described?view=sql-server-ver15#:~:text=Clustered%20indexes%20sort%20and%20store,stored%20in%20only%20one%20order.
upvoted 1 times
...
julie2020
5 years, 2 months ago
stores the data "rows" of the table? or stores the data "Columns" of a table? so what's the correct answer?
upvoted 1 times
helefy
5 years, 1 month ago
The correct answer is clustered index sorts and stores rows of the table or view.
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 ...