Is there a performance gain or best practice when it comes to using unique, numeric ID fields in a database table compared to using character-based ones?
For instanc
I recommend using ints or bigints for primary keys. Benefits include:
You can always have another column to hold team_code or something for "OAK" and "SD". Also