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 iis version 6.0 through application pool we can provide different -2 applications for the client. Is it right? If yes then how to provide the application to the client and what kind of application it can be?

0 Answers  


What is iis worker process?

0 Answers  


portno for HTTP & HTTPS

3 Answers   Microsoft,


What is the use of creating virtual directory in iis?

0 Answers  


Where is the applicationhost config?

0 Answers  






What are the different iis authentication modes in iis 5.0 and explain? Difference between basic and digest authentication modes?

0 Answers  


What happens when a reference to web service is added ?

2 Answers   Digital GlobalSoft, HCL,


What is iis admin?

0 Answers  


What is the application pool identity?

0 Answers  


How do I make iis my default website?

0 Answers  


How do you generate a csr?

0 Answers  


What is application pool in iis?

0 Answers  


Categories