Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 a program using razor view engine to create a simple application? : asp.net mvc

1067


What is is post back property in asp net?

1069


What is a postback ispostback and autopostback in asp net?

956


What is a response cookie?

1169


How would you create a permanent cookie?

1089


Contrast OOP and SOA. What are tenets of each ?

2293


What is work flow gen? how can it will work with .Net?

3101


What is application variable in asp.net?

981


What is the difference between application state and session state in asp net?

1095


Should I delete cookies?

1022


What are the properties of the eventargs argument when capturing keyboard events?

1125


What is the difference between session and viewstate?

1014


What is break mode?

994


Which methods validate all the controls on a page?

1030


What is the difference between session.abandon() vs clear()?

1021