How to create join with mongoDB | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to create join with mongoDB

12th Oct 2022, 12:32 AM
Riju
Riju - avatar
2 Answers
+ 1
Only left JOIN was possible since it's not a RDBMS, concluded from search https://www.google.com/search?q=join+in+mongodb
12th Oct 2022, 1:30 AM
Ipang
0
For this purpose, we have something called embed and object reference in mongodb. It is similar to how we have foreign key in RDBMS. For better understanding, visit:- https://mongoosejs.com/docs/populate.html
12th Oct 2022, 2:36 AM
Niththish
Niththish - avatar