

InterviewSolution
Saved Bookmarks
1. |
To interact with embedded documents, use ___________ notation to “reach into” embedded documents.(a) period(b) dot(c) comma(d) colonI got this question by my school teacher while I was bunking the class.My query is from Data Modeling Concepts in division Data Models of MongoDB |
Answer» RIGHT CHOICE is (b) dot To explain: References PROVIDES more FLEXIBILITY than embedding. |
|