While converting it to Second Normal Form should I use the same Employee ID in 1 table as Primary and use it as a Foreign key in the other table like shown in the picture?
Or do I need to make a Primary Key in the 2nd table called City ID beside the Foreign Key Employee ID to convert it to Third Normal Form? Or can I just continue with a Foreign key? And how many tables should be in the Third Normal Form?