I'm creating a MySQL database about FIFA's World Cup, i have the "team" and "player" tables, i need to create in "team" table a column (ArrayList like Java) of "player" objects, but i dont know how i can do that, i need help please.
I created in "team" a Foreing Key referenced "player" table, but i need more than 1 player. I need to create 22 foreing keys in "team" for all the players?
http://i.gyazo.com/645b723e49ef1eba46ac0487825035b4.png
Thanks!