exam questions

Exam 1z0-883 All Questions

View all questions & answers for the 1z0-883 exam

Exam 1z0-883 topic 1 question 33 discussion

Actual exam question from Oracle's 1z0-883
Question #: 33
Topic #: 1
[All 1z0-883 Questions]

The InnoDB engine has a feature known as clustered indexes.
Which three statements are true about clustered indexes as used in InnoDB?

  • A. A primary key must exist for creation of a clustered index.
  • B. A primary key is used as a clustered index.
  • C. A clustered index is a grouping of indexes from different tables into a global index for faster searching.
  • D. If no indexes exist, a hidden clustered index is generated based on row IDs.
  • E. A clustered index provides direct access to a page containing row data.
  • F. The first unique index is always used as a clustered index and not a primary key.
  • G. A clustered index allows fulltext searching within InnoDB,
Show Suggested Answer Hide Answer
Suggested Answer: BDG 🗳️
Reference:
http://dev.mysql.com/doc/refman/5.0/en/innodb-index-types.html

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
MohanBoss
4 years, 1 month ago
E. A clustered index provides direct access to a page containing row data. This option is also correct as given in the link , Accessing a row through the clustered index is fast because the index search leads directly to the page that contains the row data.
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 ...