Second Normal Form (2NF)
The table must first be in First Normal Form in order for it to be in Second Normal Form. The second condition is for the table to not have any partial dependency. What this means is that the proper subset of the candidate key determines a non-prime attribute.
Let's use an example to grasp the concept of the Second Normal Form. For this and all following examples, imagine a scenario where one employee can work in multiple departments and every department can have more than one manager. Consider the following table:

