I am drawing an ERD diagram for a hospital data base system scenario. In the database there are 2 types of doctors, one is a researcher and one is a practitioner. When drawing the ERD, I have created 2 different entities for them, and for the primary key I have given doctorID as the primary key for both the entities.
So my question is, is it possible to have one primary key for 2 entities?
Thank you for your time.