zester
New Member
- Messages
- 23
- Reaction score
- 0
- Points
- 0
HI ALL,:dunno:
I do not know if I posted this in the right place or not.
What I would like to know is there a way to make 2 or more table related to each other?
Or maybe it is call primary key and secondary keys.
I am so what more used to the big bloated databases like MS ACCES, so I do not know the terminology for it in MYSQL, so I will just try to explain what I want it to do.
Ok for example: I have a table called login that hold just they login info like playerID (secondary key or primary key in an other table), username (primary key), password, and so on. playerID is used as the primary key in my players table. But is all so used in many other tables. Anyway my quest is this is there a way to link the table together so if the info held in the playerID it changes all other tables with the playerID to mach. Lick changing the info in the parant table will update all other table link to it.
I hope you all can understand what I am tiring to get at.
I do not know if I posted this in the right place or not.
What I would like to know is there a way to make 2 or more table related to each other?
Or maybe it is call primary key and secondary keys.
I am so what more used to the big bloated databases like MS ACCES, so I do not know the terminology for it in MYSQL, so I will just try to explain what I want it to do.
Ok for example: I have a table called login that hold just they login info like playerID (secondary key or primary key in an other table), username (primary key), password, and so on. playerID is used as the primary key in my players table. But is all so used in many other tables. Anyway my quest is this is there a way to link the table together so if the info held in the playerID it changes all other tables with the playerID to mach. Lick changing the info in the parant table will update all other table link to it.
I hope you all can understand what I am tiring to get at.