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

In the Repeater control which way you can edit?

0 Answers   Siebel,


How to publish website

1 Answers   Syntel,


What is HTTP MODULE & HTTP HANDLERS in ASP.NET? How a developer can utilize in the application? Please provide example.

1 Answers   IBM,


What is Difference between Callbacks and Postback in ASP.NET?

1 Answers   Patni,


Explain asp.net mvc request life cycle? : asp.net mvc

0 Answers  






What is the full form of asp.net?

0 Answers  


Explain global assembly cache.

0 Answers  


Which is faster viewbag or viewdata?

0 Answers  


What is the need of client side and server side validation ?

1 Answers   Keane India Ltd,


What is runat?

0 Answers  


What do you mean by serialize?

0 Answers  


Is asp.net different from asp? If yes, explain how?

0 Answers  


Categories