exam questions

Exam DP-900 All Questions

View all questions & answers for the DP-900 exam

Exam DP-900 topic 1 question 195 discussion

Actual exam question from Microsoft's DP-900
Question #: 195
Topic #: 1
[All DP-900 Questions]

HOTSPOT -
Select the answer that correctly completes the sentence.
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
jellybiscuit
Highly Voted 1 year, 9 months ago
clustered index
upvoted 9 times
...
Heetec
Highly Voted 1 year, 8 months ago
A - clustered index
upvoted 5 times
...
james2033
Most Recent 7 months, 2 weeks ago
What is an object associated with a table that sorts on their key values? 'A clustered index' An index is an on-disk structure associated with a table or view that speeds retrieval of rows from the table or view. Clustered indexes sort and store the data rows in the table or view based on their key values. These key values are the columns included in the index definition. There can be only one clustered index per table, because the data rows themselves can be stored in only one order. The only time the data rows in a table are stored in sorted order is when the table contains a clustered index. When a table has a clustered index, the table is called a clustered table. If a table has no clustered index, its data rows are stored in an unordered structure called a heap. https://learn.microsoft.com/en-us/sql/relational-databases/indexes/clustered-and-nonclustered-indexes-described?view=sql-server-ver16
upvoted 1 times
...
choby
1 year ago
cluster index is the corect
upvoted 1 times
...
NuriaIzard
1 year, 5 months ago
Question number 10
upvoted 1 times
...
sanroda
1 year, 6 months ago
Repeated question
upvoted 1 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 ...