Domanda

I have this dependency diagram I'm trying to make into 2NF and then 3NF. I'm not sure if I'm doing it right:

Here's the dependency:enter image description here

This is how I tried to model it:

enter image description here

È stato utile?

Soluzione

If I understand the diagram correctly, your "1b" is the right decomposition. All the tables in "1b" are in at least 5NF, though.

The notion that you can normalize to 2NF and no higher, or to 3NF and no higher, is a common misunderstanding of how normalization works. It's quite common to start with a relation that's in 1NF, and in a single step end up with all the relations in 5NF.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top