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

Explain different IIS Isolation Levels?

1 Answers  


Explain the recycling of application pool?

1 Answers  


Explain the permission settings are available for virtual directory?

1 Answers  


What is the current version of iis?

1 Answers  


What are webservices, its attributes. Where they are available ?

3 Answers   TCS,


How do I host a website using iis?

1 Answers  


How do I restart iis in windows 10?

1 Answers  


How do I get to iis?

1 Answers  


what is application pool???

2 Answers   Microsoft,


What is latest iis version?

1 Answers  


Did you work on IIS adminisdtration ?

3 Answers   IBM, Satyam,


What is iisreset command?

1 Answers  


Categories