

InterviewSolution
Saved Bookmarks
1. |
Which of the field is reserved for use as a primary key?(a) _id(b) _uid(c) _uuid(d) All of the mentionedI have been asked this question in an online quiz.My question is taken from ObjectId in portion GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» Correct answer is (a) _id |
|