InterviewSolution
Saved Bookmarks
| 1. |
What Kind Of Nosql Database Mongodb Is? |
|
Answer» MongoDB is a document oriented database. It stores data in the form of BSON STRUCTURE BASED documents. These documents are STORED in a collection. MongoDB is a document oriented database. It stores data in the form of BSON structure based documents. These documents are stored in a collection. |
|