

InterviewSolution
Saved Bookmarks
1. |
Which of the following format is supported by MongoDB?(a) SQL(b) XML(c) BSON(d) All of the mentioned |
Answer» 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. |
|