related collections reg
How to get related collections all in one db query ? Let us say I have a students collection and then another collection called class. _id of student collection is in the class collection as student_Id .
How do i go about running a query on class collection and include the sudent collection in the result.
Basically think of retrieving all the students in the class and their details ..
Appreciate your reply