InterviewSolution
Saved Bookmarks
| 1. |
A search key containing more than one attribute is called a _________ search key(a) Multiple(b) Multilevel(c) Composite(d) Primary |
|
Answer» Correct choice is (b) Multilevel The explanation: A search key containing more than one attribute is called as a composite search key. The structure of the index is the same as that of any other index, the only difference being that it is not a single search attribute but a list of attributes. |
|