Hello everybody. I have a question related to database design:
I am trying to make a database for my translation mini-company. I have two entities: translators and proofreaders. The problem is that some of our translators double as proofreaders, that is, they can work in both areas. The question is, is it OK to have the same person appear in different tables? I know that having the same person appear in the same table more than once is troublesome.
Thanks in advance.