Google News
logo
MongoDB - Quiz(MCQ)
MongoDB documents are composed of field-and-value pairs and have the following structure?
A)
field1: value1;
B)
field1:; value1
C)
field1; value1;
D)
field1: value1

Correct Answer :   field1: value1


Explanation : The value of a field can be any of the BSON data types, including other documents, arrays, and arrays of documents.

Advertisement