I have three SQL tables: Student, Course and Student_Course_registration. I want to migrate it into MongoDB collections documents. my question is:
Q1: Should I migrate all these three tables into one document of MongoDB or not? If yes then why ? and if no then why?
Need your expert suggestions.
Thanks