I have a nooby question regarding 1NF.
As I read from different sources a table is in the 1NF if it contains no repeating groups.
I understand this with the examples given online (usually with customers and contact names etc) but when it comes to my specific data I face difficulties.
I have the following fields:
ID TOW RECEIVER Phi01_L1 Phi01_L2 Phi01_L3
1 4353 gpo1 0.007 0.006 0.4
2 4353 gpo1 0.9 0.34 0.3
So, this table here is not in 1NF? How should it be in order to become?
What is Fist normal form (1NF)?
1NF- Disallows:
How to convert a relation into 1NF?
Two ways to convert into 1 NF:
Expand relation:
Hence your
relation looks in 1-NFin present relation-state. and solution you made is expansion.Break Relation:
Normal forms are best explain in Elmasri/Navath book