Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

normalization

Former Member
0 Likes
513

hi ,

can anybody explain me abt normalization and types of normal forms?

and their explaination

2 REPLIES 2
Read only

Former Member
0 Likes
435

normalization is a design technique for structuring relational database tables. Tables can be normalized to a greater or lesser degree. Database theory describes a table's degree of normalization in terms of normal forms.The most common normal forms, from least normalized to most normalized, are as follows:

First normal form (1NF)

Second normal form (2NF)

Third normal form (3NF)

Boyce-Codd normal form (BCNF)

Fourth normal form (4NF)

Fifth normal form (5NF)

Domain/key normal form (DKNF)

Sixth normal form (6NF)

source: wikipedia

<a href="http://en.wikipedia.org/wiki/Database_normalization">normalization</a>

Message was edited by:

leonard chomi

Read only

Former Member
0 Likes
435

Hi

See this

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1139df90-0201-0010-0cb3-e2f... - Similar pages

Reward points for useful Answers

Regards

Anji