If i have a table of characters/people, is it better to use a AutoNumber ID field as the Primary Key, or is it okay to just use the names? Can I get an example of why or why not to use either of these in this case?
Also, I created separate tables for males and females and just realized that the second one is continuing the PK ID field numbering from the first, as if they're connected somehow. I copy/pasted the table and renamed it. Is this alright or should I start that one over?
Also, I created separate tables for males and females and just realized that the second one is continuing the PK ID field numbering from the first, as if they're connected somehow. I copy/pasted the table and renamed it. Is this alright or should I start that one over?
Last edited: