

InterviewSolution
Saved Bookmarks
1. |
MongoDB stores all documents in _____________(a) tables(b) collections(c) rows(d) all of the mentionedThe question was asked during an internship interview.I want to ask this question from CRUD Concepts in division MongoDB CRUD Concepts and Operation of MongoDB |
Answer» RIGHT choice is (b) collections To explain I WOULD say: Collections are analogous to a table in relational databases. |
|