Few confusing things about first normal form -
10-22-2008
, 01:35 PM
greetings
1) For DB to be in 1NF there must be no multi-valued attributes, and
no repeating groups. When so, data is said to be atomic. One site
claims that even first name and last name must be featured in separate
columns, but some other sites did put both first name and last name
into a single column, and yet still claimed the table was in 1NF? So
which is true?
2)
a) What else do we mean by repeating groups? Just duplicative columns
and multi-valued attributes, or …?
b) What qualifies as a duplicative column? I imagine there are cases
where it is not so obvious whether we are dealing with duplicative
columns or not?
thank you |