Which highest normal form is this table in?
Ticket Vname Nname 1 Oli Seitz 1 Andi Hofmann 2 Oli Seitz 2 Oli Schmidt 2 Tim Schmidt 3 Tim Hofmann This table represents a mapping of persons ( Vname, Nname ) and tickets ( Ticket ). Vname and Nname together identify a person, but every Person ( Vname, Nname ) can have multiple tickets ( Ticket ), and a ticket can be assigned to multiple people. The PK in this table are all three columns together. So this table should be 1NF because there is no multi dimensional data in one column. But then I struggle. I think it is 2NF and 3NF because I can´t find any functional dependencies. (Hope they are