I am currently working on a question where I am asked to denormalize any two tables from 3NF to 2NF from the MySQL employees sample database.
My problem is that from the schema I can't determine any 3NF tables. Am I blind? The shema is shown below and is taken from this MySQL page.
I would appreciate if somebody could verify that my thinking.. thanks.