Important keywords about database normalization and normal forms / Define Normalization / Define Normal forms / Define 1NF, 2NF, 3NF etc./ What is normalization? / What is normal form?
Keywords that you need to know in Database normalization
Normalization
– Click to read more…
It is the process of organizing (or
defining) the structure (the columns / attributes) of a relation (a
table) in such a way to avoid data
redundancy, and to avoid anomalies like insertion anomaly, deletion anomaly,
and updation anomaly.
|
Normal
Form – Click to read more…
Normal form is one the several
stages a table can be defined to avoid redundancy and anomalies. Each stage
handles anomalies or redundancies that would be possible at that level. We
have 1NF (First Normal Form), 2NF (Second Normal form), 3NF (Third Normal Form), BCNF (Boyce-Codd Normal Form), 4NF (Fourth Normal Form), 5NF (Fifth Normal Form / Project-Join Normal
Form), 6NF (Sixth Normal Form),
and DKNF (Domain-Key Normal Form –
3NF, BCNF, 4NF, and 5NF are special cases of DKNF). Each of these normal
forms handles anomalies or redundancies at that level to give a better
database design.
|
It is one of the several stages a
table can be in. We would say that the table is in 1NF if all the attributes
are Atomic attributes.
|
It is one of the several stages a
table can be in when the following properties are satisfied by the table in
question;
|
It is one of the several stages a table can be in
when the following properties are satisfied by the table in question;
|
It is one of the several stages a table can be in when
the following properties are satisfied by the table in question;
|
4NF / Fourth Normal Form – Click to read more…
|
5NF / Fifth Normal Form – Click to read more…
|
6NF / Sixth Normal Form – Click to read more…
|
DKNF / Domain-Key Normal Form – Click to read more…
|
Go back to NORMALIZATION Keywords page -->
No comments:
Post a Comment