BUSINESS ADMINISTRATION
BUSINESS ANALYTICS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In Mongo DB, JSON documents consist of one or more name/value pairs, enclosed in square brackets [ ].
|
True
|
|
False
|
Explanation:
Detailed explanation-1: -MongoDB documents are composed of field-and-value pairs and have the following structure? Explanation: The value of a field can be any of the BSON data types, including other documents, arrays, and arrays of documents.
Detailed explanation-2: -Explanation. A blank document is valid in MongoDB.
Detailed explanation-3: -Does MongoDB use BSON or JSON? MongoDB stores data in BSON format both internally, and over the network, but that doesn’t mean you can’t think of MongoDB as a JSON database. Anything you can represent in JSON can be natively stored in MongoDB, and retrieved just as easily in JSON.
There is 1 question to complete.