

InterviewSolution
Saved Bookmarks
1. |
______________ documents capture relationships between data by storing related data in a single document structure.(a) Capped(b) Embedded(c) External(d) Internal |
Answer» Correct answer is (b) Embedded For explanation I would say: MongoDB documents make it possible to embed document structures in a field or array within a document. |
|