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

Difference between Active Exe and Dll ?

3 Answers   Satyam,


Input:http://www.allinterview.com/forms/questionform.php Output:http://www.allinterview.com/forms/questionform Write c# program to get the above desired output for the given Input.....

3 Answers   Bally Technologies,


One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .

6 Answers   TCS,


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

0 Answers   UGC Corporation,


what do machine key element in configuration file specify?

1 Answers   TCS,






What are the data types is possible to store in session? and can we store dataset in session?

4 Answers   eMids,


What is query string with example?

0 Answers  


Is asp.net easy to learn?

0 Answers  


Can I read the hard disk serial # of the client computer using asp.net?

0 Answers  


How is session id generated?

0 Answers  


what is page life cycle state management postback cross page postback types of feilds in gridview gridview events their life cycle cte in sql diff truncate and delete paging concepts in gridview diff bet gridview datalist and repeater what new operations in sql 2005 compared to earlier you get

1 Answers   e4e,


What for use web.sitemap in asp.net?

1 Answers  


Categories