I am trying to develop an application which has a many-to-many database relationship like the following.
User Table
userid
user name
user info
User_Cds Table
user_cds id
userid
cd id
Cd Table
cd id
cd title
cd file
This is my first time developing an application with these kind of table relationship. I am not sure how the layout of my application should be to achieve the purpose to the relationship.
Can some one please help me out
Thanks in advance