

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) MongoDB is classified as a NoSQL database(b) MongoDB favours XML format more than JSON(c) MongoDB is column oriented database store(d) All of the mentioned |
Answer» Right option is (a) MongoDB is classified as a NoSQL database Explanation: MongoDB supports JSON format compared to XML. |
|