I wanted to see if I am doing things correctly or if there is a better way.
So I have a new database that I am creating but this particular database requires lots of Join tables because of Many to Many relationships I have had to setup.
My question is, would there be any issues combining all this into one table with a ton of FKs? Or am I stuck creating Join tables for each Many to many?
So I have a new database that I am creating but this particular database requires lots of Join tables because of Many to Many relationships I have had to setup.
My question is, would there be any issues combining all this into one table with a ton of FKs? Or am I stuck creating Join tables for each Many to many?