Google News
logo
MongoDB - Quiz(MCQ)
The ________ References pattern stores each tree node in a document; in addition to the tree node, the document stores the id of the node's parent.
A)
Root
B)
Parent
C)
Child
D)
None of the above

Correct Answer :   Parent


Explanation : Data model that describes a tree-like structure in MongoDB documents by storing references to “parent” nodes in children nodes.

Advertisement