

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) The unique constraint applies to separate documents in the collection(b) Unique index prevents separate documents from having the same value for the indexed key(c) Index does prevent a document from having multiple elements or embedded documents in an indexed array from having the same value(d) None of the mentionedThe question was asked in quiz.I would like to ask this question from Index Properties topic in portion Index/Indexing Concepts of MongoDB |
Answer» The correct ANSWER is (c) INDEX does prevent a document from having multiple elements or embedded documents in an INDEXED array from having the same value |
|