How to do a Join using the MongoDB Shell
Introduction If you’re coming from a relational database and trying MongoDB for the first time, you might be wondering how you do a join in a NoSQL database technology. Joins are when you have two tables or collections with a common field where you can gather information from both tables/collections with one join query. For … Continued