+1 vote
in MongoDB by
Find the command that forces MongoDB to use a particular index for a db.collection.find() operation.

Pick the best answer from given options

a) explain()

b) hint()

c) hit()

1 Answer

0 votes
by
Correct answer for above question is : b) hint()

Related questions

+2 votes
asked Apr 17, 2021 in MongoDB by rajeshsharma
+1 vote
asked Apr 17, 2021 in MongoDB by rajeshsharma
...