What is normalization? Explain normalization types.

Answers were Sorted based on User's Feedback



What is normalization? Explain normalization types. ..

Answer / ashishonline12345

Database normalization is the process of changing a
relational database structure to be the most efficient for
the particular purpose. The most commonly known form
is “Third Normal Form”, which allows for zero duplicate
data, except for foreign keys.

Is This Answer Correct ?    11 Yes 2 No

What is normalization? Explain normalization types. ..

Answer / guest

Database normalization is the process of organizing the
fields and tables of a relational database to minimize
redundancy and dependency. Normalization usually involves
dividing large tables into smaller (and less redundant)
tables and defining relationships between them. The
objective is to isolate data so that additions, deletions,
and modifications of a field can be made in just one table
and then propagated through the rest of the database via the
defined relationships.

1 NF:Normal Form
2 NF
3 NF
BCNF - Boyce Code Normal Form
5 NF
6NF : Impossible to achieve this level of normalization

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More IIS Interview Questions

In My Office when we are trying to reach internet its working but when we are trying to reach intranet we are getting slow response? Please suggest me how to resolve it ?

1 Answers   HCL,


What is the difference between app pool and app domain in iis?

0 Answers  


Types of authentications in IIS?

2 Answers   Microsoft, STP,


How do I stop and start iis command line?

0 Answers  


What is the shortcut to open iis manager?

0 Answers  






Describe the different types of identity available in iis 6.0?

0 Answers  


What is appdomain in iis?

0 Answers  


How do you administer Connection Pooling in IIS 4.0?

0 Answers   Microsoft,


Where is iis express config?

0 Answers  


What is the use of creating virtual directory in iis?

0 Answers  


What is the main function of iis?

0 Answers  


How do I know if iis is running on my browser?

0 Answers  


Categories