Which of the following format is supported by MongoDB?
(a) SQL
(b) XML
(c) BSON
(d) All of the mentioned
(a) SQL
(b) XML
(c) BSON
(d) All of the mentioned
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is (c) BSON
The explanation: MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas.