what is narmalization

Answers were Sorted based on User's Feedback



what is narmalization..

Answer / mithun

Normalization is a process of organizing data in databased, which includes creating tables and establishing relationship between them.
1st Normal Form - Do not use multiple fields to store same data.
Eliminate repeating groups in individual tables.
Create a separate table for each set of related data.
Identify each set of related data with a primary key.

2nd Normal Form - Records should not depend on anything other than a table's primary key.
Create separate tables for sets of values that apply to multiple records.
Relate these tables with a foreign key.

3rd Normal Form - Eliminate fields that do not depend on the key.

Is This Answer Correct ?    5 Yes 0 No

what is narmalization..

Answer / tejkrishna

naming convention for database

Is This Answer Correct ?    2 Yes 0 No

what is narmalization..

Answer / reji

Normalization is the process of splitting a single table of
data into miltiple one's inorder to get an easy access.

Is This Answer Correct ?    0 Yes 0 No

what is narmalization..

Answer / sri

The process of removing redendency and inconsistency from
the relation/table.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is the role of global.asax?

10 Answers   Infosys,


What is a 401 redirect?

0 Answers  


what exception is thrown when you do a response.redirect

2 Answers   IBM,


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


What data type does the RangeValidator control support?

3 Answers   Visual Soft,






What are the different ways of processing data in ASP page in the server side (like Forms, QueryStrings etc)?

1 Answers  


what is differences between bind and eval?

2 Answers  


Is viewstate secure?

0 Answers  


Best Institute in india for online training (Dotnet/java/Tibco/Dwh/etc.....)

4 Answers  


What is asp.net globalization?

0 Answers  


Where do you store the information about the user?s locale?

2 Answers  


what is the difference between primary key and foreign key?

2 Answers  


Categories