

InterviewSolution
Saved Bookmarks
1. |
MongoDB documents are composed of field-and-value pairs and have the following structure?(a) field1:; value1(b) field1: value1;(c) field1: value1(d) none of the mentionedI have been asked this question in an online quiz.Origin of the question is MongoDB documents topic in section GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» The CORRECT answer is (C) field1: value1 |
|