Login
Remember
Register
Ask a Question
Find the command that forces MongoDB to use a particular index for a db.collection.find() operation.
+1
vote
asked
Apr 17, 2021
in
MongoDB
by
rajeshsharma
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()
mongodb
mongodb-mcq
mongodo-interview-questions
mongodb-questions-answers
mongodb-best-questions
top-50-mongodb-mcq
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 17, 2021
by
rajeshsharma
Correct answer for above question is : b) hint()
...