Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 mentioned

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

Join The Discussion