1.

To force MongoDB to use a particular index for a db.collection.________ operation, specify the index with the hint() method.

A. query()
B. find()
C. index()
D. all of the mentioned
Answer» C. index()


Discussion

No Comment Found