MongoDB Practice Test
MongoDB MongoDB Schema Design and Data Modeling
What is the key principle that distinguishes embedding from referencing in MongoDB schema design?
Select your answer
A
Embedding always produces faster queries than referencing
B
Embedding stores related data in the same document; referencing stores it in separate documents with links
C
Referencing is only for relational databases
D
Embedding is required for all array fields