Answer Posted / Munendra Kumar Tripathi
A namespace in MongoDB is a combination of a database name and collection name. It uniquely identifies each collection within a database. For example, if the database name is 'mydb' and the collection name is 'users', then the namespace would be 'mydb.users'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers