

InterviewSolution
Saved Bookmarks
1. |
_________ operations that use an index often have better performance than those that do not use an index.(a) Select(b) Update(c) Delete(d) SortI got this question by my school principal while I was bunking the class.My question comes from Indexing Strategies topic in chapter Index/Indexing Concepts of MongoDB |
Answer» The correct option is (d) Sort |
|