Bro, I have a query, from your example i'm trying to concept "Many-To-Many" aggregation. From companies -> got Employee details with below, db.companies.aggregate([{$lookup:{from:'employees','localField':'_id',foreignField:'company_id',as:'Employees'}}]) --> I got the result Like wise, from this continuation I'm trying to get "profile" information for each empoyees using below query db.companies.aggregate([{$lookup:{from:'employees','localField':'_id',foreignField:'company_id',as:'Employees'}},{$unwind:"$employees"},{$lookup:{from:'profiles','localField':'employees._id',foreignField:'employee_id',as:'profileDetails'}}]) --> But not getting any result in this and no error. What would be the mistake here. Can help?
Successfully..completed today🎉❤Thanksome❤
You’re welcome 🤗
Way of Teaching is really good. Thanks for sharing useful notes. :)
You're very welcome!☺️
Thanks for the course brother
The way you explain is really very good . keep it up good work
good practical session bro. A neat presentation .. thanks.
You’re welcome ☺️
Thanks you very much bro good teaching and once again thanks a Lot🙏🙏🙏🙏🙏
Thank you so much 😊
Good work bro ❤
Thanks 🔥
brother its very usefull for me, pls upload for mongoose also and compare with an mongodb, thankyou so much!!!!
Sure bro
Good work, but i feel font size needs to be larger or screen should be zoom. so easily can read. in ur latest video its good.
Thank you ☺️, on next time i will work on video quality
Thank you bro ❤
You're welcome!
Super
Python and Django video podunga brooo
Express JS,React JS,Node JS videos pooduga anna ..
vera level anna
Thank you ☺️
Mongodb ok node js & express js podunga appo than use aagum
Next c,c++ python , javascript hum add panunga bro..
I will try bro
Could you give for check the collection in the database what query we have to use?
db.getCollectionNames() , if conditions change you can do the programming only it vary based on what tech stack you use
Awesome course bro ♥️ intha topics mattum cover panna podhum?!
For beginners it’s enough bro
please upload the python django video bro
Sure I’ll try
Bro vs code la try pannalama ?
Extension name sollunga bro ?
You can try studio 3t software
bro i hve erorr what to do
Kindly provide more details about the error you're facing so I can help.
Mongodb advanced concept enna bro
connecting MongoDB with any programming language to access the data from database
Bro unghala Yepudi personal ha contact panna konjam doubts clear pannanum bro
you can reach me on discord bro link available in video description itself.
@@codewithkarthik bro unga Instagram id ku msge panniruken..
❤
🫶🏻
Bro
Bro, I have a query, from your example i'm trying to concept "Many-To-Many" aggregation.
From companies -> got Employee details with below,
db.companies.aggregate([{$lookup:{from:'employees','localField':'_id',foreignField:'company_id',as:'Employees'}}]) --> I got the result
Like wise, from this continuation I'm trying to get "profile" information for each empoyees using below query
db.companies.aggregate([{$lookup:{from:'employees','localField':'_id',foreignField:'company_id',as:'Employees'}},{$unwind:"$employees"},{$lookup:{from:'profiles','localField':'employees._id',foreignField:'employee_id',as:'profileDetails'}}]) --> But not getting any result in this and no error. What would be the mistake here. Can help?