I\'m designing a database for an organization that has multiple \"types\" of users. At first, I created only one user table. However, while all users share some common infor
This is the famous normalization question.
Take a peek at this article or others like it to try to find an answer that fits the business needs.
To normalize or not to normalize