InterviewSolution
Saved Bookmarks
| 1. |
Which of the following can be implemented?(a) Conjunctive selection using one index(b) Conjunctive selection using composite index(c) Conjunctive selection by intersection of identifiers(d) All of the mentioned |
|
Answer» Right option is (d) All of the mentioned For explanation: Conjunctive selection using one index, conjunctive selection using composite index and conjunctive selection by intersection of identifiers can be implemented. These are A7, A8, A9 algorithms that use an index. |
|