Je to vztah mnoho k mnoha. Ty uložíte zavedením "spojovací tabulky".
Table Users:
-----------
UserID PK
Name
...
Table Interests
-------
InterestID PK
Description.
....
User_interest
-----------
UserID PK, FK
InterestID PK, FK
Je to vztah mnoho k mnoha. Ty uložíte zavedením "spojovací tabulky".
Table Users:
-----------
UserID PK
Name
...
Table Interests
-------
InterestID PK
Description.
....
User_interest
-----------
UserID PK, FK
InterestID PK, FK