InterviewSolution
Saved Bookmarks
| 1. |
What Is A Namespace In Mongodb? |
|
Answer» A Namespace is the concatenation of the DATABASE NAME and COLLECTION name. For e.g. school.students with school as the database and students as the collection. A Namespace is the concatenation of the database name and collection name. For e.g. school.students with school as the database and students as the collection. |
|