I’m building some relational database on MySQL and have some problem.
For example I have a table Client and Cources.
One client can visit multiple Cources.
How can be this stored in database?
I’m building some relational database on MySQL and have some problem. For example I
Share
I’m guessing this would actually be a many-to-many relationship, which you would model with three tables: