what is narmalization
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / sri
The process of removing redendency and inconsistency from
the relation/table.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between globalization and localization?
What is a viewbag?
What are different types of directives in .NET ?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
How do u deploy your asp.net application?
What is the difference between exe and dll?
How you can access the properties and controls of master pages from content pages?
How to send auto matic emails based on scheduled tasks to several of my clients
How do you do validations. Whether client-side or server-side validations are better.?
What is data cache in sql server?
how to elimainte the similar data from the different tables
What is a form tag?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)