Answer Posted / Yogesh Chauhan
A namespace in MongoDB represents a collection or database. Each collection and database has a unique namespace, which is composed of the database name (if specified) followed by a dot (".") and the collection name. For example, if you have a database named 'mydb' with a collection called 'mycoll', its namespace would be 'mydb.mycoll'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers