Question: What is the role of the `$lookup` stage in MongoDB aggregation?Answer: The `$lookup` stage is used in MongoDB aggregation to perform a left outer join between documents from the source and target collections based on a specified condition. |
Is it helpful?
Yes
No
Most helpful rated by users: