InterviewSolution
Saved Bookmarks
| 1. |
What is a Collection in MongoDB? |
|
Answer» A collection in MongoDB is a group of documents. If a document is the MongoDB analog of a row in a relational database, then a collection can be thought of as the analog to a table. |
|