Properties of Relation Table
Properties of Relation Table
Normalization
Splitting is must be lossless, which means that the tables can be recombined be natural
join to recreate the original table with out creating any redundant data.
1nf
All relational tables by definition are in the first normal form. When a relational table is in
first normal form it contains redundant data.
Redundancy causes update anomalies.
Anomalies are problems that arrive when we insert, update or delete data from a
relational table.