What is 3rd level of normalization ?

Showing Answers 1 - 6 of 6 Answers

Pintu Kumar Singh

  • Nov 3rd, 2005
 

Third Normal Form (3NF): No duplicate information is permitted. So, for example, if two tables both require a common field, this common field information should be separated into a different table.

  Was this answer useful?  Yes

Abhishek Mukherjee

  • May 5th, 2006
 

A relation is in 3 NF if it is in 2 NF and no NONKEY(Not Primary Key) attribute is functionally dependent on any other NONKEY attribute.

  Was this answer useful?  Yes

abhishek mittal

  • Dec 23rd, 2006
 

3rd level of normalization is basically to remove the redundancy of data & to preserve the functional dependencies.for a relation with set of FDs 'F' ,its in 3rd NF wrt closure of F if satisfies anyone of the following 3 conditions:-

1) A -> B should be the trivial FD.

2) for any FD A -> B, A should be the super key of relation.

3)??for any FD A -> B, (B-A) should be contained in the candidate key of relation.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions