I am creating a sports card database and actually have another thread on this site about my database already but thought I should start a new thread since this is a different question.
I have determined that each sports card I own will have it's own record in a CardsTBL with fields pulling information from other normalized tables including a PlayersTBL.
My question comes as I realize some cards will have 2-4 players on the card, and team cards that show an entire team could have 9-22 players on the card face.
I still need to figure out how to set up a multivalued field but wanted to ask beforehand if this is an appropriate way to accommodate a Players field in the CardsTBL? Will I run in to issues down the road? Is it against rules of normalization?
It doesn't feel right to me to have a multi-valued field for some reason but can't think of another way to accommodate multiplayer cards.
Appreciate any feedback as I am still very new to this!
I have determined that each sports card I own will have it's own record in a CardsTBL with fields pulling information from other normalized tables including a PlayersTBL.
My question comes as I realize some cards will have 2-4 players on the card, and team cards that show an entire team could have 9-22 players on the card face.
I still need to figure out how to set up a multivalued field but wanted to ask beforehand if this is an appropriate way to accommodate a Players field in the CardsTBL? Will I run in to issues down the road? Is it against rules of normalization?
It doesn't feel right to me to have a multi-valued field for some reason but can't think of another way to accommodate multiplayer cards.
Appreciate any feedback as I am still very new to this!
Comment