11.) Which aggregation stage can be used to handle Many-to-Many relationships?
12.) Which command can be used to optimize One-to-Many queries involving references?
13.) Which $lookup parameter defines the collection to join?
14.) In which situation is embedding a poor choice for modeling relationships?
15.) How do you specify the output field for a $lookup operation?
16.) Which relationship type is best handled using arrays of embedded documents?
17.) What is a potential drawback of using $lookup?
18.) What is the main advantage of referencing over embedding?
19.) Which MongoDB feature allows real-time data updates across related documents?
20.) What is a key limitation of Many-to-Many relationships modeled with arrays?
Pages: 1 2