1.

Find the command that forces MongoDB to use a particular index for a db.collection.find() operation.

Answer»

Find the COMMAND that forces MongoDB to USE a particular index for a db.collection.find() operation.
Choose the correct ANSWER from below list
(1)EXPLAIN()
(2)hint()
(3)hit()

Answer:-(2)hint()



Discussion

No Comment Found