Hello! I am rather new at programming and designing databases, and am therefore unable to tell a search engine exactly what i mean to answer this specific question. Please if you have any referrals to anywhere that would be great. However, i was unable to find any.
Anyway so! I have a database I have created to track my games in League of Legends. In this game there are a total of 6 item slots on your champion. I want to fill these out. So my setup is:
Games table linked to a champion table by ID. Within this games table i have 6 fields for the 6 possible items there are in a game. For the items i have 3 tables (there are 3 different levels of items, so this is kinda required). NOW i want to have these three tables to be related to the 6 fields of the Games table.
Is this at all possible or am i just being a wishful thinker?
Anyway so! I have a database I have created to track my games in League of Legends. In this game there are a total of 6 item slots on your champion. I want to fill these out. So my setup is:
Games table linked to a champion table by ID. Within this games table i have 6 fields for the 6 possible items there are in a game. For the items i have 3 tables (there are 3 different levels of items, so this is kinda required). NOW i want to have these three tables to be related to the 6 fields of the Games table.
Is this at all possible or am i just being a wishful thinker?
Comment