08 August 2019 5 8K Report

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

Similar questions and discussions