I have a table which contains employee names (NAMES). NAMES is linked to several other tables, for instance, ACTIONS records which employee took an action and uses NAMES to provide a lookup box.
I can design my NAMES table in one of two ways: ID|Name, or just Name. What are the pros and cons...