Sail E0 Webinar
Question
You need to delete the index you created on the description field
Options:
A .  db.vehicle.dropIndex(“description_text”)
B .  db.vehicle.dropIndex({“description”:”text”})
C .  db.vehicle.removeIndex({“description”:”text”})
D .  db.vehicle.removeIndex(“description_text”)
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers