InterviewSolution
Saved Bookmarks
| 1. |
A search key containing more than one attribute is called a _________ search key(a) Multiple(b) Multilevel(c) Composite(d) PrimaryThe question was asked in an interview for internship.This intriguing question originated from Ordered Indices in division Indexing and Hashing of RDBMS |
|
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. |
|