MongoDB Question:
Download Questions PDF

What is a "namespace"?

MongoDB Interview Question
MongoDB Interview Question

Answer:

MongoDB stores BSON objects in collections. The concatenation of the database name and the collection name (with a period in between) is called a namespace.

Download MongoDB Interview Questions And Answers PDF

Previous QuestionNext Question
What is role of Profiler in MongoDB?Suppose if you remove an object attribute is it deleted from the store?