InterviewSolution
Saved Bookmarks
| 1. |
Explain "Namespace" in MongoDB. |
|
Answer» In MongoDB, Binary Interchange and Structure Object Notation (BSON) OBJECTS are STORED in a collection. The combination of collection and database NAMES is called a NAMESPACE. All documents in MongoDB BELONG to a namespace. |
|