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

Describe session handling in a webfarm, how does it work and what are the limits?

0 Answers   Siebel Systems,


What is the significance of ASP.NET routing?

0 Answers   NA,


What is operator overloading in dotnet

1 Answers  


can any one tell about web services?

5 Answers  


Define state managenent?Descibe state managenent technique which maintain the information at server site focusing it IDS features and limitations?

1 Answers  






How do you implement postback with a text box?

0 Answers  


What is the difference between a.Equals(b) and a == b?

4 Answers  


Explain the different types of assemblies?

0 Answers  


What is a query string in a url?

0 Answers  


Is it possible to apply themes to an asp.net application? If yes, then how?

0 Answers  


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

0 Answers  


I need some questions regarding asp.net for 1.5yrs of Experience.

1 Answers  


Categories