Google News
logo
MongoDB - Quiz(MCQ)
To modify an existing index, you cannot just re-issue the _________ method with the updated specification of the index.
A)
modIndex()
B)
dropIndex()
C)
createIndex()
D)
None of the above

Correct Answer :   createIndex()


Explanation : To modify the index, you must drop the index first.

Advertisement