hi...
i have a table member and a table quest
i want to set usernames and passwords for the members and quests.
what is better?
to have a field called password and another field called username in both tables
OR
have a table called memberlog with fields memberid, password and username and another table called questlog with fields questid, password and username
if i do the second way then the relationship between member and memberlog will be 1:1 and mandatory for both sides therefore i must join the tables...isn't it?
Can anyone please tell me which way is better...?and why...?
Thanks in advance...
i have a table member and a table quest
i want to set usernames and passwords for the members and quests.
what is better?
to have a field called password and another field called username in both tables
OR
have a table called memberlog with fields memberid, password and username and another table called questlog with fields questid, password and username
if i do the second way then the relationship between member and memberlog will be 1:1 and mandatory for both sides therefore i must join the tables...isn't it?
Can anyone please tell me which way is better...?and why...?
Thanks in advance...