what is narmalization

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of new view engine in asp.net? : asp.net mvc

621


What is intrinsic objects in asp.net?

740


What is the purpose of session management?

597


What is the difference between web config and machine config files?

648


What is routing in MVC?

684






What are Caching techniques in .NET

682


Which method is used to enforce garbage collection in .net?

511


Where is the view state data stored in asp net?

654


How can you handle errors in Web API?

689


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

698


Explain the use of view state?

652


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

625


How to add DateTime Control in normal DataGrid Server Control?

690


What is the difference between exe and dll?

642


How do I force the dispose method to be called automatically, as clients can forget to call dispose method?

598