Hello, i have two tables players: id, name, pasword, email player_skills player_id, skillid, value, count
and i have no clue how to combine thease two tables together. Can anybody help me with that??
I know i could have add primary key to player_skills, but i don't want to do it, because this table is from server runing on computer and im creating web client.
Subject: Tabel with no primary key??
Hello,
i have two tables
players:
id, name, pasword, email
player_skills
player_id, skillid, value, count
and i have no clue how to combine thease two tables together.
Can anybody help me with that??
I know i could have add primary key to player_skills, but i don't want to do it, because this table is from server runing on computer and im creating web client.