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 |
Explain how can we access static variable?
what is caching?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
How to manage pagination in a page?
what is new debug tools in asp.net ?
What are sessions in asp net?
what is Theme in Asp.net 2.0
What is asp short for?
What language is asp.net written in?
is it possible to persiste customize object in view state? how it is?
What is WCF
Describe a Windows Service and its lifecycle ?
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)