I want to create Worker and Student tables which contains a lot of similar information (First name, second name etc.), so I'm going to extract another like abstract table named Person, which will contain general information for Worker and Student tables.
Which is the best way to do that?
Also I need that ids will be unique i.e. there isn't the same id in Worker table and Student table.