

InterviewSolution
Saved Bookmarks
1. |
MongoDB stores all documents in _____________(a) tables(b) collections(c) rows(d) all of the mentioned |
Answer» Right choice is (b) collections To explain I would say: Collections are analogous to a table in relational databases. |
|